Color spaces of #465996
RGB | 70 | 89 | 150 |
---|---|---|---|
HSL | 0.63 | 0.36 | 0.43 |
HSV | 226° | 53° | 59° |
CMYK | 0.53 | 0.41 | 0.00 0.41 |
XYZ | 11.6032 | 10.6489 | 30.2980 |
Yxy | 10.6489 | 0.2208 | 0.2026 |
Hunter Lab | 32.6327 | 6.3621 | -32.2053 |
CIE-Lab | 38.9827 | 11.0425 | -35.7736 |
#465996 color RGB value is (70,89,150).
#465996 hex color red value is 70, green value is 89 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #465996 hue: 0.63 , saturation: 0.36 and the lightness value of 465996 is 0.43.
The process color (four color CMYK) of #465996 color hex is 0.53, 0.41, 0.00, 0.41. Web safe color of #465996 is #336699. Color #465996 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01011001 | 10010110 |
Octal | 106 | 131 | 226 |
Decimal | 70 | 89 | 150 |
Hex | 46 | 59 | 96 |
Shades of #465996
Tints of #465996
RGB Percentages of Color #465996
CMYK Percentages of Color #465996
Complementary Color
#465996 | #968346 |
#465996 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#465996 Color Preview on White Background
Lorem ipsum dolor sit amet.
#465996 Color CSS Codes
.mybgcolor {background-color:#465996; } .myforecolor {color:#465996; } .mybordercolor {border:3px solid #465996; }
#465996 Text Font Color
<p style="color:#465996">Text here</p>
This sample text font color is #465996
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.
#465996 Background Color
<div style="background-color:#465996">
Div content here</div>
This div background color is #465996
#465996 Border Color
<div style="border:3px solid #465996">
Div here</div>
This div border color is #465996
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,89,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #465996; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #465996; -webkit-box-shadow: 1px 1px 3px 2px #465996; box-shadow: 1px 1px 3px 2px #465996; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,89,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 #465996">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #465996; -webkit-box-shadow: 1px 1px 3px 2px #465996; box-shadow: 1px 1px 3px 2px #465996;">
Div content here</div>
This div box has shadow with color #465996
Comments
No comments written yet.
Please login to write comment.