Color Hex Logo

#404eaf Color Hex

#404EAF
(64,78,175)
0 Favorites   0 Comments

Color spaces of #404eaf

RGB 6478175
HSL0.650.460.47
HSV232°63°69°
CMYK 0.630.550.00   0.31
XYZ12.57669.633941.7541
Yxy9.63390.19660.1506
Hunter Lab31.038518.0096-58.0320
CIE-Lab37.177225.5756-53.6188

#404eaf color RGB value is (64,78,175).

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

The process color (four color CMYK) of #404eaf color hex is 0.63, 0.55, 0.00, 0.31. Web safe color of #404eaf is #336699. Color #404eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001110 10101111
Octal 100 116 257
Decimal 64 78 175
Hex 40 4E AF

RGB Percentages of Color #404eaf

%20.19
%24.61
%55.21

CMYK Percentages of Color #404eaf

%63
%55
%0
%31

Triadic Colors of #404eaf

#404eaf #af404e #4eaf40

Analogous Colors of #404eaf

#404eaf #6a40af #4086af

Monochromatic Colors of #404eaf

#404eaf

Complementary Color

#404eaf #afa140

#404eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#404eaf Color CSS Codes

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

#404eaf Text Font Color

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

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


#404eaf Background Color

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

This div background color is #404eaf


#404eaf Border Color

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

This div border color is #404eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404eaf


Comments

No comments written yet.

Please login to write comment.