Color Hex Logo

#414967 Color Hex

#414967
(65,73,103)
0 Favorites   0 Comments

Color spaces of #414967

RGB 6573103
HSL0.630.230.33
HSV227°37°40°
CMYK 0.370.290.00   0.60
XYZ7.01076.868213.7882
Yxy6.86820.25340.2482
Hunter Lab26.20731.8878-12.8487
CIE-Lab31.50504.9272-18.5285

#414967 color RGB value is (65,73,103).

#414967 hex color red value is 65, green value is 73 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #414967 hue: 0.63 , saturation: 0.23 and the lightness value of 414967 is 0.33.

The process color (four color CMYK) of #414967 color hex is 0.37, 0.29, 0.00, 0.60. Web safe color of #414967 is #333366. Color #414967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001001 01100111
Octal 101 111 147
Decimal 65 73 103
Hex 41 49 67

RGB Percentages of Color #414967

%26.97
%30.29
%42.74

CMYK Percentages of Color #414967

%37
%29
%0
%60

Triadic Colors of #414967

#414967 #674149 #496741

Analogous Colors of #414967

#414967 #4c4167 #415c67

Monochromatic Colors of #414967

#414967

Complementary Color

#414967 #675f41

#414967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414967 Color CSS Codes

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

#414967 Text Font Color

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

This sample text font color is #414967
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.


#414967 Background Color

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

This div background color is #414967


#414967 Border Color

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

This div border color is #414967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414967


Comments

No comments written yet.

Please login to write comment.