Color Hex Logo

#406faa Color Hex

#406FAA
(64,111,170)
0 Favorites   0 Comments

Color spaces of #406faa

RGB 64111170
HSL0.590.450.46
HSV213°62°67°
CMYK 0.620.350.00   0.33
XYZ15.054515.361140.2018
Yxy15.36110.21320.2175
Hunter Lab39.1932-0.0246-33.3804
CIE-Lab46.12492.7487-36.3683

#406faa color RGB value is (64,111,170).

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

The process color (four color CMYK) of #406faa color hex is 0.62, 0.35, 0.00, 0.33. Web safe color of #406faa is #336699. Color #406faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 10101010
Octal 100 157 252
Decimal 64 111 170
Hex 40 6F AA

RGB Percentages of Color #406faa

%18.55
%32.17
%49.28

CMYK Percentages of Color #406faa

%62
%35
%0
%33

Triadic Colors of #406faa

#406faa #aa406f #6faa40

Analogous Colors of #406faa

#406faa #4640aa #40a4aa

Monochromatic Colors of #406faa

#406faa

Complementary Color

#406faa #aa7b40

#406faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#406faa Color CSS Codes

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

#406faa Text Font Color

<p style="color:#406faa">Text here</p>

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


#406faa Background Color

<div style="background-color:#406faa">
Div content here</div>

This div background color is #406faa


#406faa Border Color

<div style="border:3px solid #406faa">
Div here</div>

This div border color is #406faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406faa


Comments

No comments written yet.

Please login to write comment.