Color Hex Logo

#406dbd Color Hex

#406DBD
(64,109,189)
0 Favorites   0 Comments

Color spaces of #406dbd

RGB 64109189
HSL0.610.490.50
HSV218°66°74°
CMYK 0.660.420.00   0.26
XYZ16.768315.701450.2910
Yxy15.70140.20260.1897
Hunter Lab39.62506.1930-47.5118
CIE-Lab46.580310.6847-46.7020

#406dbd color RGB value is (64,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10111101
Octal 100 155 275
Decimal 64 109 189
Hex 40 6D BD

RGB Percentages of Color #406dbd

%17.68
%30.11
%52.21

CMYK Percentages of Color #406dbd

%66
%42
%0
%26

Triadic Colors of #406dbd

#406dbd #bd406d #6dbd40

Analogous Colors of #406dbd

#406dbd #5240bd #40acbd

Monochromatic Colors of #406dbd

#406dbd

Complementary Color

#406dbd #bd9040

#406dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dbd Color CSS Codes

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

#406dbd Text Font Color

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

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


#406dbd Background Color

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

This div background color is #406dbd


#406dbd Border Color

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

This div border color is #406dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dbd

#406dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.