Color Hex Logo

#414876 Color Hex

#414876
(65,72,118)
0 Favorites   0 Comments

Color spaces of #414876

RGB 6572118
HSL0.640.290.36
HSV232°45°46°
CMYK 0.450.390.00   0.54
XYZ7.76747.066618.0941
Yxy7.06660.23590.2146
Hunter Lab26.58315.6361-21.7483
CIE-Lab31.958010.2623-27.2706

#414876 color RGB value is (65,72,118).

#414876 hex color red value is 65, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #414876 hue: 0.64 , saturation: 0.29 and the lightness value of 414876 is 0.36.

The process color (four color CMYK) of #414876 color hex is 0.45, 0.39, 0.00, 0.54. Web safe color of #414876 is #333366. Color #414876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 01110110
Octal 101 110 166
Decimal 65 72 118
Hex 41 48 76

RGB Percentages of Color #414876

%25.49
%28.24
%46.27

CMYK Percentages of Color #414876

%45
%39
%0
%54

Triadic Colors of #414876

#414876 #764148 #487641

Analogous Colors of #414876

#414876 #554176 #416376

Monochromatic Colors of #414876

#414876

Complementary Color

#414876 #766f41

#414876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414876 Color CSS Codes

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

#414876 Text Font Color

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

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


#414876 Background Color

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

This div background color is #414876


#414876 Border Color

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

This div border color is #414876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414876


Comments

No comments written yet.

Please login to write comment.