Color Hex Logo

#406dbe Color Hex

#406DBE
(64,109,190)
0 Favorites   0 Comments

Color spaces of #406dbe

RGB 64109190
HSL0.610.500.50
HSV219°66°75°
CMYK 0.660.430.00   0.25
XYZ16.877315.745050.8648
Yxy15.74500.20220.1886
Hunter Lab39.68006.4824-48.2264
CIE-Lab46.638111.0416-47.1880

#406dbe color RGB value is (64,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10111110
Octal 100 155 276
Decimal 64 109 190
Hex 40 6D BE

RGB Percentages of Color #406dbe

%17.63
%30.03
%52.34

CMYK Percentages of Color #406dbe

%66
%43
%0
%25

Triadic Colors of #406dbe

#406dbe #be406d #6dbe40

Analogous Colors of #406dbe

#406dbe #5240be #40acbe

Monochromatic Colors of #406dbe

#406dbe

Complementary Color

#406dbe #be9140

#406dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dbe Color CSS Codes

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

#406dbe Text Font Color

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

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


#406dbe Background Color

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

This div background color is #406dbe


#406dbe Border Color

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

This div border color is #406dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dbe


Comments

No comments written yet.

Please login to write comment.