Color Hex Logo

#404cad Color Hex

#404CAD
(64,76,173)
0 Favorites   0 Comments

Color spaces of #404cad

RGB 6476173
HSL0.650.460.46
HSV233°63°68°
CMYK 0.630.560.00   0.32
XYZ12.24169.276040.6804
Yxy9.27600.19680.1491
Hunter Lab30.456518.4468-57.8733
CIE-Lab36.510326.1673-53.5122

#404cad color RGB value is (64,76,173).

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

The process color (four color CMYK) of #404cad color hex is 0.63, 0.56, 0.00, 0.32. Web safe color of #404cad is #333399. Color #404cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001100 10101101
Octal 100 114 255
Decimal 64 76 173
Hex 40 4C AD

RGB Percentages of Color #404cad

%20.45
%24.28
%55.27

CMYK Percentages of Color #404cad

%63
%56
%0
%32

Triadic Colors of #404cad

#404cad #ad404c #4cad40

Analogous Colors of #404cad

#404cad #6b40ad #4083ad

Monochromatic Colors of #404cad

#404cad

Complementary Color

#404cad #ada140

#404cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#404cad Color CSS Codes

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

#404cad Text Font Color

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

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


#404cad Background Color

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

This div background color is #404cad


#404cad Border Color

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

This div border color is #404cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404cad


Comments

No comments written yet.

Please login to write comment.