Color Hex Logo

#466bab Color Hex

#466BAB
(70,107,171)
0 Favorites   0 Comments

Color spaces of #466bab

RGB 70107171
HSL0.610.420.47
HSV218°59°67°
CMYK 0.590.370.00   0.33
XYZ15.134214.757840.5790
Yxy14.75780.21480.2094
Hunter Lab38.41593.0935-35.7374
CIE-Lab45.30076.7778-38.2367

#466bab color RGB value is (70,107,171).

#466bab hex color red value is 70, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #466bab hue: 0.61 , saturation: 0.42 and the lightness value of 466bab is 0.47.

The process color (four color CMYK) of #466bab color hex is 0.59, 0.37, 0.00, 0.33. Web safe color of #466bab is #336699. Color #466bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 10101011
Octal 106 153 253
Decimal 70 107 171
Hex 46 6B AB

RGB Percentages of Color #466bab

%20.11
%30.75
%49.14

CMYK Percentages of Color #466bab

%59
%37
%0
%33

Triadic Colors of #466bab

#466bab #ab466b #6bab46

Analogous Colors of #466bab

#466bab #5346ab #469eab

Monochromatic Colors of #466bab

#466bab

Complementary Color

#466bab #ab8646

#466bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bab Color CSS Codes

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

#466bab Text Font Color

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

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


#466bab Background Color

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

This div background color is #466bab


#466bab Border Color

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

This div border color is #466bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,107,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bab


Comments

No comments written yet.

Please login to write comment.