Color Hex Logo

#406faf Color Hex

#406FAF
(64,111,175)
0 Favorites   0 Comments

Color spaces of #406faf

RGB 64111175
HSL0.600.460.47
HSV215°63°69°
CMYK 0.630.370.00   0.31
XYZ15.536715.554042.7408
Yxy15.55400.21040.2107
Hunter Lab39.43861.3020-36.6474
CIE-Lab46.38384.4905-38.8809

#406faf color RGB value is (64,111,175).

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

The process color (four color CMYK) of #406faf color hex is 0.63, 0.37, 0.00, 0.31. Web safe color of #406faf is #336699. Color #406faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 10101111
Octal 100 157 257
Decimal 64 111 175
Hex 40 6F AF

RGB Percentages of Color #406faf

%18.29
%31.71
%50.00

CMYK Percentages of Color #406faf

%63
%37
%0
%31

Triadic Colors of #406faf

#406faf #af406f #6faf40

Analogous Colors of #406faf

#406faf #4840af #40a7af

Monochromatic Colors of #406faf

#406faf

Complementary Color

#406faf #af8040

#406faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#406faf Color CSS Codes

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

#406faf Text Font Color

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

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


#406faf Background Color

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

This div background color is #406faf


#406faf Border Color

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

This div border color is #406faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406faf


Comments

No comments written yet.

Please login to write comment.