Color Hex Logo

#404faf Color Hex

#404FAF
(64,79,175)
0 Favorites   0 Comments

Color spaces of #404faf

RGB 6479175
HSL0.640.460.47
HSV232°63°69°
CMYK 0.630.550.00   0.31
XYZ12.64829.777141.7780
Yxy9.77710.19700.1523
Hunter Lab31.268417.4845-57.3302
CIE-Lab37.439424.9281-53.1945

#404faf color RGB value is (64,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001111 10101111
Octal 100 117 257
Decimal 64 79 175
Hex 40 4F AF

RGB Percentages of Color #404faf

%20.13
%24.84
%55.03

CMYK Percentages of Color #404faf

%63
%55
%0
%31

Triadic Colors of #404faf

#404faf #af404f #4faf40

Analogous Colors of #404faf

#404faf #6940af #4087af

Monochromatic Colors of #404faf

#404faf

Complementary Color

#404faf #afa040

#404faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#404faf Color CSS Codes

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

#404faf Text Font Color

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

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


#404faf Background Color

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

This div background color is #404faf


#404faf Border Color

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

This div border color is #404faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404faf


Comments

No comments written yet.

Please login to write comment.