Color spaces of #461477
RGB | 70 | 20 | 119 |
---|---|---|---|
HSL | 0.75 | 0.71 | 0.27 |
HSV | 270° | 83° | 47° |
CMYK | 0.41 | 0.83 | 0.00 0.53 |
XYZ | 6.1057 | 3.1343 | 17.7359 |
Yxy | 3.1343 | 0.2263 | 0.1162 |
Hunter Lab | 17.7040 | 30.5788 | -47.0042 |
CIE-Lab | 20.5739 | 42.6022 | -46.1679 |
#461477 color RGB value is (70,20,119).
#461477 hex color red value is 70, green value is 20 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #461477 hue: 0.75 , saturation: 0.71 and the lightness value of 461477 is 0.27.
The process color (four color CMYK) of #461477 color hex is 0.41, 0.83, 0.00, 0.53. Web safe color of #461477 is #330066. Color #461477 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00010100 | 01110111 |
Octal | 106 | 24 | 167 |
Decimal | 70 | 20 | 119 |
Hex | 46 | 14 | 77 |
Shades of #461477
Tints of #461477
RGB Percentages of Color #461477
CMYK Percentages of Color #461477
Complementary Color
#461477 | #457714 |
#461477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#461477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#461477 Color CSS Codes
.mybgcolor {background-color:#461477; } .myforecolor {color:#461477; } .mybordercolor {border:3px solid #461477; }
#461477 Text Font Color
<p style="color:#461477">Text here</p>
This sample text font color is #461477
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.
#461477 Background Color
<div style="background-color:#461477">
Div content here</div>
This div background color is #461477
#461477 Border Color
<div style="border:3px solid #461477">
Div here</div>
This div border color is #461477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,20,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #461477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461477; -webkit-box-shadow: 1px 1px 3px 2px #461477; box-shadow: 1px 1px 3px 2px #461477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,20,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #461477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #461477; -webkit-box-shadow: 1px 1px 3px 2px #461477; box-shadow: 1px 1px 3px 2px #461477;">
Div content here</div>
This div box has shadow with color #461477
#461477 Color Palettes
Comments
No comments written yet.
Please login to write comment.