Color Hex Logo

#466cae Color Hex

#466CAE
(70,108,174)
0 Favorites   0 Comments

Color spaces of #466cae

RGB 70108174
HSL0.610.430.48
HSV218°60°68°
CMYK 0.600.380.00   0.32
XYZ15.528315.083242.1373
Yxy15.08320.21350.2073
Hunter Lab38.83713.4050-37.1422
CIE-Lab45.74797.1821-39.2848

#466cae color RGB value is (70,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 10101110
Octal 106 154 256
Decimal 70 108 174
Hex 46 6C AE

RGB Percentages of Color #466cae

%19.89
%30.68
%49.43

CMYK Percentages of Color #466cae

%60
%38
%0
%32

Triadic Colors of #466cae

#466cae #ae466c #6cae46

Analogous Colors of #466cae

#466cae #5446ae #46a0ae

Monochromatic Colors of #466cae

#466cae

Complementary Color

#466cae #ae8846

#466cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#466cae Color CSS Codes

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

#466cae Text Font Color

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

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


#466cae Background Color

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

This div background color is #466cae


#466cae Border Color

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

This div border color is #466cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466cae


Comments

No comments written yet.

Please login to write comment.