Color Hex Logo

#406aae Color Hex

#406AAE
(64,106,174)
0 Favorites   0 Comments

Color spaces of #406aae

RGB 64106174
HSL0.600.460.47
HSV217°63°68°
CMYK 0.630.390.00   0.32
XYZ14.908414.454042.0486
Yxy14.45400.20880.2024
Hunter Lab38.01843.4641-38.9622
CIE-Lab44.87717.2490-40.6839

#406aae color RGB value is (64,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101010 10101110
Octal 100 152 256
Decimal 64 106 174
Hex 40 6A AE

RGB Percentages of Color #406aae

%18.60
%30.81
%50.58

CMYK Percentages of Color #406aae

%63
%39
%0
%32

Triadic Colors of #406aae

#406aae #ae406a #6aae40

Analogous Colors of #406aae

#406aae #4d40ae #40a1ae

Monochromatic Colors of #406aae

#406aae

Complementary Color

#406aae #ae8440

#406aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#406aae Color CSS Codes

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

#406aae Text Font Color

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

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


#406aae Background Color

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

This div background color is #406aae


#406aae Border Color

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

This div border color is #406aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406aae


Comments

No comments written yet.

Please login to write comment.