Color Hex Logo

#406dcb Color Hex

#406DCB
(64,109,203)
0 Favorites   0 Comments

Color spaces of #406dcb

RGB 64109203
HSL0.610.570.52
HSV221°68°80°
CMYK 0.680.460.00   0.20
XYZ18.362516.339158.6859
Yxy16.33910.19660.1750
Hunter Lab40.421710.3500-57.7846
CIE-Lab47.416315.7006-53.4242

#406dcb color RGB value is (64,109,203).

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

The process color (four color CMYK) of #406dcb color hex is 0.68, 0.46, 0.00, 0.20. Web safe color of #406dcb is #3366cc. Color #406dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11001011
Octal 100 155 313
Decimal 64 109 203
Hex 40 6D CB

RGB Percentages of Color #406dcb

%17.02
%28.99
%53.99

CMYK Percentages of Color #406dcb

%68
%46
%0
%20

Triadic Colors of #406dcb

#406dcb #cb406d #6dcb40

Analogous Colors of #406dcb

#406dcb #5940cb #40b3cb

Monochromatic Colors of #406dcb

#406dcb

Complementary Color

#406dcb #cb9e40

#406dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dcb Color CSS Codes

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

#406dcb Text Font Color

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

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


#406dcb Background Color

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

This div background color is #406dcb


#406dcb Border Color

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

This div border color is #406dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dcb


Comments

No comments written yet.

Please login to write comment.