Color spaces of #462faa
RGB | 70 | 47 | 170 |
---|---|---|---|
HSL | 0.70 | 0.57 | 0.43 |
HSV | 251° | 72° | 67° |
CMYK | 0.59 | 0.72 | 0.00 0.33 |
XYZ | 10.7980 | 6.2374 | 38.6650 |
Yxy | 6.2374 | 0.1939 | 0.1120 |
Hunter Lab | 24.9748 | 33.4697 | -74.3081 |
CIE-Lab | 30.0037 | 43.8697 | -62.3114 |
#462faa color RGB value is (70,47,170).
#462faa hex color red value is 70, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #462faa hue: 0.70 , saturation: 0.57 and the lightness value of 462faa is 0.43.
The process color (four color CMYK) of #462faa color hex is 0.59, 0.72, 0.00, 0.33. Web safe color of #462faa is #333399. Color #462faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00101111 | 10101010 |
Octal | 106 | 57 | 252 |
Decimal | 70 | 47 | 170 |
Hex | 46 | 2F | AA |
Shades of #462faa
Tints of #462faa
RGB Percentages of Color #462faa
CMYK Percentages of Color #462faa
Complementary Color
#462faa | #93aa2f |
#462faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#462faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#462faa Color CSS Codes
.mybgcolor {background-color:#462faa; } .myforecolor {color:#462faa; } .mybordercolor {border:3px solid #462faa; }
#462faa Text Font Color
<p style="color:#462faa">Text here</p>
This sample text font color is #462faa
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.
#462faa Background Color
<div style="background-color:#462faa">
Div content here</div>
This div background color is #462faa
#462faa Border Color
<div style="border:3px solid #462faa">
Div here</div>
This div border color is #462faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,47,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #462faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #462faa; -webkit-box-shadow: 1px 1px 3px 2px #462faa; box-shadow: 1px 1px 3px 2px #462faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,47,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #462faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #462faa; -webkit-box-shadow: 1px 1px 3px 2px #462faa; box-shadow: 1px 1px 3px 2px #462faa;">
Div content here</div>
This div box has shadow with color #462faa
Comments
No comments written yet.
Please login to write comment.