Color Hex Logo

#406ebe Color Hex

#406EBE
(64,110,190)
0 Favorites   0 Comments

Color spaces of #406ebe

RGB 64110190
HSL0.610.500.50
HSV218°66°75°
CMYK 0.660.420.00   0.25
XYZ16.984515.959650.9005
Yxy15.95960.20260.1903
Hunter Lab39.94955.9776-47.5781
CIE-Lab46.921410.4142-46.7358

#406ebe color RGB value is (64,110,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101110 10111110
Octal 100 156 276
Decimal 64 110 190
Hex 40 6E BE

RGB Percentages of Color #406ebe

%17.58
%30.22
%52.20

CMYK Percentages of Color #406ebe

%66
%42
%0
%25

Triadic Colors of #406ebe

#406ebe #be406e #6ebe40

Analogous Colors of #406ebe

#406ebe #5140be #40adbe

Monochromatic Colors of #406ebe

#406ebe

Complementary Color

#406ebe #be9040

#406ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#406ebe Color CSS Codes

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

#406ebe Text Font Color

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

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


#406ebe Background Color

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

This div background color is #406ebe


#406ebe Border Color

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

This div border color is #406ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406ebe


Comments

No comments written yet.

Please login to write comment.