Color Hex Logo

#406dbb Color Hex

#406DBB
(64,109,187)
0 Favorites   0 Comments

Color spaces of #406dbb

RGB 64109187
HSL0.610.490.49
HSV218°66°73°
CMYK 0.660.420.00   0.27
XYZ16.552615.615149.1553
Yxy15.61510.20350.1920
Hunter Lab39.51595.6179-46.0918
CIE-Lab46.46549.9722-45.7274

#406dbb color RGB value is (64,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10111011
Octal 100 155 273
Decimal 64 109 187
Hex 40 6D BB

RGB Percentages of Color #406dbb

%17.78
%30.28
%51.94

CMYK Percentages of Color #406dbb

%66
%42
%0
%27

Triadic Colors of #406dbb

#406dbb #bb406d #6dbb40

Analogous Colors of #406dbb

#406dbb #5140bb #40abbb

Monochromatic Colors of #406dbb

#406dbb

Complementary Color

#406dbb #bb8e40

#406dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dbb Color CSS Codes

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

#406dbb Text Font Color

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

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


#406dbb Background Color

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

This div background color is #406dbb


#406dbb Border Color

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

This div border color is #406dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dbb


Comments

No comments written yet.

Please login to write comment.