Color Hex Logo

#404eaa Color Hex

#404EAA
(64,78,170)
0 Favorites   0 Comments

Color spaces of #404eaa

RGB 6478170
HSL0.640.450.46
HSV232°62°67°
CMYK 0.620.540.00   0.33
XYZ12.09449.441039.2151
Yxy9.44100.19910.1554
Hunter Lab30.726216.4900-54.1620
CIE-Lab36.819923.8169-51.2278

#404eaa color RGB value is (64,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001110 10101010
Octal 100 116 252
Decimal 64 78 170
Hex 40 4E AA

RGB Percentages of Color #404eaa

%20.51
%25.00
%54.49

CMYK Percentages of Color #404eaa

%62
%54
%0
%33

Triadic Colors of #404eaa

#404eaa #aa404e #4eaa40

Analogous Colors of #404eaa

#404eaa #6740aa #4083aa

Monochromatic Colors of #404eaa

#404eaa

Complementary Color

#404eaa #aa9c40

#404eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#404eaa Color CSS Codes

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

#404eaa Text Font Color

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

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


#404eaa Background Color

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

This div background color is #404eaa


#404eaa Border Color

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

This div border color is #404eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #404eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404eaa


Comments

No comments written yet.

Please login to write comment.