Color Hex Logo

#414989 Color Hex

#414989
(65,73,137)
0 Favorites   0 Comments

Color spaces of #414989

RGB 6573137
HSL0.650.360.40
HSV233°53°54°
CMYK 0.530.470.00   0.46
XYZ9.07797.695024.6737
Yxy7.69500.21900.1857
Hunter Lab27.73999.8696-33.3186
CIE-Lab33.339415.8823-36.8650

#414989 color RGB value is (65,73,137).

#414989 hex color red value is 65, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #414989 hue: 0.65 , saturation: 0.36 and the lightness value of 414989 is 0.40.

The process color (four color CMYK) of #414989 color hex is 0.53, 0.47, 0.00, 0.46. Web safe color of #414989 is #333399. Color #414989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001001 10001001
Octal 101 111 211
Decimal 65 73 137
Hex 41 49 89

RGB Percentages of Color #414989

%23.64
%26.55
%49.82

CMYK Percentages of Color #414989

%53
%47
%0
%46

Triadic Colors of #414989

#414989 #894149 #498941

Analogous Colors of #414989

#414989 #5d4189 #416d89

Monochromatic Colors of #414989

#414989

Complementary Color

#414989 #898141

#414989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414989 Color CSS Codes

.mybgcolor {background-color:#414989; } 
.myforecolor {color:#414989; }
.mybordercolor {border:3px solid #414989; }

#414989 Text Font Color

<p style="color:#414989">Text here</p>

This sample text font color is #414989
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#414989 Background Color

<div style="background-color:#414989">
Div content here</div>

This div background color is #414989


#414989 Border Color

<div style="border:3px solid #414989">
Div here</div>

This div border color is #414989


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,73,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414989; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414989;
  -webkit-box-shadow: 1px 1px 3px 2px #414989;
  box-shadow:         1px 1px 3px 2px #414989; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,73,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #414989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #414989;
  -webkit-box-shadow: 1px 1px 3px 2px #414989;
  box-shadow:         1px 1px 3px 2px #414989;">
Div content here</div>

This div box has shadow with color #414989

#414989 Color Palettes


Comments

No comments written yet.

Please login to write comment.