Color spaces of #461baa
RGB | 70 | 27 | 170 |
---|---|---|---|
HSL | 0.72 | 0.73 | 0.39 |
HSV | 258° | 84° | 67° |
CMYK | 0.59 | 0.84 | 0.00 0.33 |
XYZ | 10.1734 | 4.9882 | 38.4568 |
Yxy | 4.9882 | 0.1897 | 0.0930 |
Hunter Lab | 22.3343 | 42.2229 | -86.4559 |
CIE-Lab | 26.7011 | 53.3426 | -67.7508 |
#461baa color RGB value is (70,27,170).
#461baa hex color red value is 70, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #461baa hue: 0.72 , saturation: 0.73 and the lightness value of 461baa is 0.39.
The process color (four color CMYK) of #461baa color hex is 0.59, 0.84, 0.00, 0.33. Web safe color of #461baa is #333399. Color #461baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00011011 | 10101010 |
Octal | 106 | 33 | 252 |
Decimal | 70 | 27 | 170 |
Hex | 46 | 1B | AA |
Shades of #461baa
Tints of #461baa
RGB Percentages of Color #461baa
CMYK Percentages of Color #461baa
Complementary Color
#461baa | #7faa1b |
#461baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#461baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#461baa Color CSS Codes
.mybgcolor {background-color:#461baa; } .myforecolor {color:#461baa; } .mybordercolor {border:3px solid #461baa; }
#461baa Text Font Color
<p style="color:#461baa">Text here</p>
This sample text font color is #461baa
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.
#461baa Background Color
<div style="background-color:#461baa">
Div content here</div>
This div background color is #461baa
#461baa Border Color
<div style="border:3px solid #461baa">
Div here</div>
This div border color is #461baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,27,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #461baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461baa; -webkit-box-shadow: 1px 1px 3px 2px #461baa; box-shadow: 1px 1px 3px 2px #461baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,27,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 #461baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #461baa; -webkit-box-shadow: 1px 1px 3px 2px #461baa; box-shadow: 1px 1px 3px 2px #461baa;">
Div content here</div>
This div box has shadow with color #461baa
Comments
No comments written yet.
Please login to write comment.