Color Hex Logo

#466e96 Color Hex

#466E96
(70,110,150)
0 Favorites   0 Comments

Color spaces of #466e96

RGB 70110150
HSL0.580.360.43
HSV210°53°59°
CMYK 0.530.270.00   0.41
XYZ13.606714.656030.9659
Yxy14.65600.22970.2474
Hunter Lab38.2832-3.5526-21.1594
CIE-Lab45.1594-2.0560-26.0766

#466e96 color RGB value is (70,110,150).

#466e96 hex color red value is 70, green value is 110 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #466e96 hue: 0.58 , saturation: 0.36 and the lightness value of 466e96 is 0.43.

The process color (four color CMYK) of #466e96 color hex is 0.53, 0.27, 0.00, 0.41. Web safe color of #466e96 is #336699. Color #466e96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 10010110
Octal 106 156 226
Decimal 70 110 150
Hex 46 6E 96

RGB Percentages of Color #466e96

%21.21
%33.33
%45.45

CMYK Percentages of Color #466e96

%53
%27
%0
%41

Triadic Colors of #466e96

#466e96 #96466e #6e9646

Analogous Colors of #466e96

#466e96 #464696 #469696

Monochromatic Colors of #466e96

#466e96

Complementary Color

#466e96 #966e46

#466e96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466e96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466e96 Color CSS Codes

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

#466e96 Text Font Color

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

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


#466e96 Background Color

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

This div background color is #466e96


#466e96 Border Color

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

This div border color is #466e96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466e96


Comments

No comments written yet.

Please login to write comment.