Color Hex Logo

#404aab Color Hex

#404AAB
(64,74,171)
0 Favorites   0 Comments

Color spaces of #404aab

RGB 6474171
HSL0.650.460.46
HSV234°63°67°
CMYK 0.630.570.00   0.33
XYZ11.91388.927839.6234
Yxy8.92780.19700.1477
Hunter Lab29.879418.8842-57.7095
CIE-Lab35.844926.7613-53.4009

#404aab color RGB value is (64,74,171).

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

The process color (four color CMYK) of #404aab color hex is 0.63, 0.57, 0.00, 0.33. Web safe color of #404aab is #333399. Color #404aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001010 10101011
Octal 100 112 253
Decimal 64 74 171
Hex 40 4A AB

RGB Percentages of Color #404aab

%20.71
%23.95
%55.34

CMYK Percentages of Color #404aab

%63
%57
%0
%33

Triadic Colors of #404aab

#404aab #ab404a #4aab40

Analogous Colors of #404aab

#404aab #6c40ab #4080ab

Monochromatic Colors of #404aab

#404aab

Complementary Color

#404aab #aba140

#404aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#404aab Color CSS Codes

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

#404aab Text Font Color

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

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


#404aab Background Color

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

This div background color is #404aab


#404aab Border Color

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

This div border color is #404aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404aab


Comments

No comments written yet.

Please login to write comment.