Color Hex Logo

#406fbb Color Hex

#406FBB
(64,111,187)
0 Favorites   0 Comments

Color spaces of #406fbb

RGB 64111187
HSL0.600.490.49
HSV217°66°73°
CMYK 0.660.410.00   0.27
XYZ16.768416.046749.2272
Yxy16.04670.20440.1956
Hunter Lab40.05834.6179-44.8199
CIE-Lab47.03578.7222-44.8189

#406fbb color RGB value is (64,111,187).

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

The process color (four color CMYK) of #406fbb color hex is 0.66, 0.41, 0.00, 0.27. Web safe color of #406fbb is #3366cc. Color #406fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 10111011
Octal 100 157 273
Decimal 64 111 187
Hex 40 6F BB

RGB Percentages of Color #406fbb

%17.68
%30.66
%51.66

CMYK Percentages of Color #406fbb

%66
%41
%0
%27

Triadic Colors of #406fbb

#406fbb #bb406f #6fbb40

Analogous Colors of #406fbb

#406fbb #4f40bb #40adbb

Monochromatic Colors of #406fbb

#406fbb

Complementary Color

#406fbb #bb8c40

#406fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406fbb Color CSS Codes

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

#406fbb Text Font Color

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

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


#406fbb Background Color

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

This div background color is #406fbb


#406fbb Border Color

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

This div border color is #406fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406fbb


Comments

No comments written yet.

Please login to write comment.