Color #414462

HEX

#414462

RGB

(65, 68, 98)

Quick Actions

Color Values

Color Space Values
RGB
R: 65, G: 68, B: 98 (25%, 27%, 38%)
CMYK C: 34%, M: 31%, Y: 0%, K: 62%
HSL H: 235°, S: 20%, L: 32%
HSV H: 235°, S: 34%, V: 38%
CIE-LAB L: 29.76, a: 6.69, b: -18.04
CIE-LCH L: 29.76, C: 19.24, H: 290.35
Hunter-Lab L: 24.78, a: 2.19, b: -17.68
Web Safe
#333366
Complementary
#625e41

#414462 is a color with RGB values of 65 red, 68 green, and 98 blue (25%, 27%, 38% respectively). In the CMYK color space, it consists of 34% cyan, 31% magenta, 0% yellow, and 62% black. The color has a hue angle of 235°, 20% saturation, and 32% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #333366. The complementary color is #625e41, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #414462

Explore different variations of #414462 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #414462. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #414462

Explore different color combinations and harmonies that work well with #414462.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #414462

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #414462

Text with #414462

This text has a font color of #414462.

<span style="color:#414462;">Text here</span>
.text { color: #414462; }

#414462 background color

This paragraph has a background color of #414462.

<p style="background-color:#414462;">Content here</p>
.background { background-color: #414462; }

#414462 border color

This element has a border color of #414462.
<div style="border:1px solid #414462;">Content here</div>
.border { border: 1px solid #414462; }

#414462 box shadow

This element has a box shadow using #414462.
<div style="box-shadow: 0 4px 6px -1px #41446280">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #41446280; }
Copied to clipboard!