Color Hex Logo

#466aae Color Hex

#466AAE
(70,106,174)
0 Favorites   0 Comments

Color spaces of #466aae

RGB 70106174
HSL0.610.430.48
HSV219°60°68°
CMYK 0.600.390.00   0.32
XYZ15.319814.666242.0678
Yxy14.66620.21260.2035
Hunter Lab38.29654.3868-38.3212
CIE-Lab45.17368.4290-40.1949

#466aae color RGB value is (70,106,174).

#466aae hex color red value is 70, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #466aae hue: 0.61 , saturation: 0.43 and the lightness value of 466aae is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 10101110
Octal 106 152 256
Decimal 70 106 174
Hex 46 6A AE

RGB Percentages of Color #466aae

%20.00
%30.29
%49.71

CMYK Percentages of Color #466aae

%60
%39
%0
%32

Triadic Colors of #466aae

#466aae #ae466a #6aae46

Analogous Colors of #466aae

#466aae #5646ae #469eae

Monochromatic Colors of #466aae

#466aae

Complementary Color

#466aae #ae8a46

#466aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#466aae Color CSS Codes

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

#466aae Text Font Color

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

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


#466aae Background Color

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

This div background color is #466aae


#466aae Border Color

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

This div border color is #466aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466aae


Comments

No comments written yet.

Please login to write comment.