Color Hex Logo

#406eae Color Hex

#406EAE
(64,110,174)
0 Favorites   0 Comments

Color spaces of #406eae

RGB 64110174
HSL0.600.460.47
HSV215°63°68°
CMYK 0.630.370.00   0.32
XYZ15.330315.297842.1892
Yxy15.29780.21050.2101
Hunter Lab39.11241.5173-36.5754
CIE-Lab46.03944.7591-38.8421

#406eae color RGB value is (64,110,174).

#406eae hex color red value is 64, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #406eae hue: 0.60 , saturation: 0.46 and the lightness value of 406eae is 0.47.

The process color (four color CMYK) of #406eae color hex is 0.63, 0.37, 0.00, 0.32. Web safe color of #406eae is #336699. Color #406eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101110 10101110
Octal 100 156 256
Decimal 64 110 174
Hex 40 6E AE

RGB Percentages of Color #406eae

%18.39
%31.61
%50.00

CMYK Percentages of Color #406eae

%63
%37
%0
%32

Triadic Colors of #406eae

#406eae #ae406e #6eae40

Analogous Colors of #406eae

#406eae #4940ae #40a5ae

Monochromatic Colors of #406eae

#406eae

Complementary Color

#406eae #ae8040

#406eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#406eae Color CSS Codes

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

#406eae Text Font Color

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

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


#406eae Background Color

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

This div background color is #406eae


#406eae Border Color

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

This div border color is #406eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406eae


Comments

No comments written yet.

Please login to write comment.