Color Hex Logo

#404baa Color Hex

#404BAA
(64,75,170)
0 Favorites   0 Comments

Color spaces of #404baa

RGB 6475170
HSL0.650.450.46
HSV234°62°67°
CMYK 0.620.560.00   0.33
XYZ11.88619.024439.1456
Yxy9.02440.19790.1503
Hunter Lab30.040618.0555-56.2316
CIE-Lab36.031225.7641-52.5034

#404baa color RGB value is (64,75,170).

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

The process color (four color CMYK) of #404baa color hex is 0.62, 0.56, 0.00, 0.33. Web safe color of #404baa is #333399. Color #404baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001011 10101010
Octal 100 113 252
Decimal 64 75 170
Hex 40 4B AA

RGB Percentages of Color #404baa

%20.71
%24.27
%55.02

CMYK Percentages of Color #404baa

%62
%56
%0
%33

Triadic Colors of #404baa

#404baa #aa404b #4baa40

Analogous Colors of #404baa

#404baa #6a40aa #4080aa

Monochromatic Colors of #404baa

#404baa

Complementary Color

#404baa #aa9f40

#404baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#404baa Color CSS Codes

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

#404baa Text Font Color

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

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


#404baa Background Color

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

This div background color is #404baa


#404baa Border Color

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

This div border color is #404baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404baa


Comments

No comments written yet.

Please login to write comment.