Color Hex Logo

#414eaa Color Hex

#414EAA
(65,78,170)
0 Favorites   0 Comments

Color spaces of #414eaa

RGB 6578170
HSL0.650.450.46
HSV233°62°67°
CMYK 0.620.540.00   0.33
XYZ12.16019.474939.2181
Yxy9.47490.19980.1557
Hunter Lab30.781316.6487-53.9937
CIE-Lab36.883023.9993-51.1226

#414eaa color RGB value is (65,78,170).

#414eaa hex color red value is 65, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #414eaa hue: 0.65 , saturation: 0.45 and the lightness value of 414eaa is 0.46.

The process color (four color CMYK) of #414eaa color hex is 0.62, 0.54, 0.00, 0.33. Web safe color of #414eaa is #336699. Color #414eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 10101010
Octal 101 116 252
Decimal 65 78 170
Hex 41 4E AA

RGB Percentages of Color #414eaa

%20.77
%24.92
%54.31

CMYK Percentages of Color #414eaa

%62
%54
%0
%33

Triadic Colors of #414eaa

#414eaa #aa414e #4eaa41

Analogous Colors of #414eaa

#414eaa #6941aa #4183aa

Monochromatic Colors of #414eaa

#414eaa

Complementary Color

#414eaa #aa9d41

#414eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#414eaa Color CSS Codes

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

#414eaa Text Font Color

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

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


#414eaa Background Color

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

This div background color is #414eaa


#414eaa Border Color

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

This div border color is #414eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #414eaa;
  box-shadow:         1px 1px 3px 2px #414eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414eaa


Comments

No comments written yet.

Please login to write comment.