Color Hex Logo

#466fab Color Hex

#466FAB
(70,111,171)
0 Favorites   0 Comments

Color spaces of #466fab

RGB 70111171
HSL0.600.420.47
HSV216°59°67°
CMYK 0.590.350.00   0.33
XYZ15.560915.611240.7212
Yxy15.61120.21640.2171
Hunter Lab39.51101.1556-33.4483
CIE-Lab46.46024.3032-36.4054

#466fab color RGB value is (70,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 10101011
Octal 106 157 253
Decimal 70 111 171
Hex 46 6F AB

RGB Percentages of Color #466fab

%19.89
%31.53
%48.58

CMYK Percentages of Color #466fab

%59
%35
%0
%33

Triadic Colors of #466fab

#466fab #ab466f #6fab46

Analogous Colors of #466fab

#466fab #5046ab #46a2ab

Monochromatic Colors of #466fab

#466fab

Complementary Color

#466fab #ab8246

#466fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fab Color CSS Codes

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

#466fab Text Font Color

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

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


#466fab Background Color

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

This div background color is #466fab


#466fab Border Color

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

This div border color is #466fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fab


Comments

No comments written yet.

Please login to write comment.