Color Hex Logo

#466596 Color Hex

#466596
(70,101,150)
0 Favorites   0 Comments

Color spaces of #466596

RGB 70101150
HSL0.600.360.43
HSV217°53°59°
CMYK 0.530.330.00   0.41
XYZ12.684512.811530.6585
Yxy12.81150.22590.2281
Hunter Lab35.79320.6194-25.7294
CIE-Lab42.47783.4545-30.2633

#466596 color RGB value is (70,101,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 10010110
Octal 106 145 226
Decimal 70 101 150
Hex 46 65 96

RGB Percentages of Color #466596

%21.81
%31.46
%46.73

CMYK Percentages of Color #466596

%53
%33
%0
%41

Triadic Colors of #466596

#466596 #964665 #659646

Analogous Colors of #466596

#466596 #4f4696 #468d96

Monochromatic Colors of #466596

#466596

Complementary Color

#466596 #967746

#466596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466596 Color CSS Codes

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

#466596 Text Font Color

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

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


#466596 Background Color

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

This div background color is #466596


#466596 Border Color

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

This div border color is #466596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466596


Comments

No comments written yet.

Please login to write comment.