Color Hex Logo

#466cab Color Hex

#466CAB
(70,108,171)
0 Favorites   0 Comments

Color spaces of #466cab

RGB 70108171
HSL0.600.420.47
HSV217°59°67°
CMYK 0.590.370.00   0.33
XYZ15.239014.967540.6139
Yxy14.96750.21520.2113
Hunter Lab38.68792.6067-35.1602
CIE-Lab45.58976.1563-37.7797

#466cab color RGB value is (70,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 10101011
Octal 106 154 253
Decimal 70 108 171
Hex 46 6C AB

RGB Percentages of Color #466cab

%20.06
%30.95
%49.00

CMYK Percentages of Color #466cab

%59
%37
%0
%33

Triadic Colors of #466cab

#466cab #ab466c #6cab46

Analogous Colors of #466cab

#466cab #5346ab #469fab

Monochromatic Colors of #466cab

#466cab

Complementary Color

#466cab #ab8546

#466cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#466cab Color CSS Codes

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

#466cab Text Font Color

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

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


#466cab Background Color

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

This div background color is #466cab


#466cab Border Color

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

This div border color is #466cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466cab


Comments

No comments written yet.

Please login to write comment.