Color Hex Logo

#466088 Color Hex

#466088
(70,96,136)
0 Favorites   0 Comments

Color spaces of #466088

RGB 7096136
HSL0.600.320.40
HSV216°49°53°
CMYK 0.490.290.00   0.47
XYZ11.152611.445424.9139
Yxy11.44540.23470.2409
Hunter Lab33.8311-0.3608-19.9807
CIE-Lab40.32072.0220-25.2227

#466088 color RGB value is (70,96,136).

#466088 hex color red value is 70, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #466088 hue: 0.60 , saturation: 0.32 and the lightness value of 466088 is 0.40.

The process color (four color CMYK) of #466088 color hex is 0.49, 0.29, 0.00, 0.47. Web safe color of #466088 is #336699. Color #466088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 10001000
Octal 106 140 210
Decimal 70 96 136
Hex 46 60 88

RGB Percentages of Color #466088

%23.18
%31.79
%45.03

CMYK Percentages of Color #466088

%49
%29
%0
%47

Triadic Colors of #466088

#466088 #884660 #608846

Analogous Colors of #466088

#466088 #4d4688 #468188

Monochromatic Colors of #466088

#466088

Complementary Color

#466088 #886e46

#466088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466088 Color CSS Codes

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

#466088 Text Font Color

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

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


#466088 Background Color

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

This div background color is #466088


#466088 Border Color

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

This div border color is #466088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,96,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466088;
  -webkit-box-shadow: 1px 1px 3px 2px #466088;
  box-shadow:         1px 1px 3px 2px #466088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466088


Comments

No comments written yet.

Please login to write comment.