Color Hex Logo

#404daf Color Hex

#404DAF
(64,77,175)
0 Favorites   0 Comments

Color spaces of #404daf

RGB 6477175
HSL0.650.460.47
HSV233°63°69°
CMYK 0.630.560.00   0.31
XYZ12.50619.492941.7306
Yxy9.49290.19620.1490
Hunter Lab30.810618.5353-58.7365
CIE-Lab36.916526.2223-54.0410

#404daf color RGB value is (64,77,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 10101111
Octal 100 115 257
Decimal 64 77 175
Hex 40 4D AF

RGB Percentages of Color #404daf

%20.25
%24.37
%55.38

CMYK Percentages of Color #404daf

%63
%56
%0
%31

Triadic Colors of #404daf

#404daf #af404d #4daf40

Analogous Colors of #404daf

#404daf #6b40af #4085af

Monochromatic Colors of #404daf

#404daf

Complementary Color

#404daf #afa240

#404daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#404daf Color CSS Codes

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

#404daf Text Font Color

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

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


#404daf Background Color

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

This div background color is #404daf


#404daf Border Color

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

This div border color is #404daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404daf


Comments

No comments written yet.

Please login to write comment.