Color spaces of #461fcc
RGB | 70 | 31 | 204 |
---|---|---|---|
HSL | 0.70 | 0.74 | 0.46 |
HSV | 254° | 85° | 80° |
CMYK | 0.66 | 0.85 | 0.00 0.20 |
XYZ | 13.9149 | 6.6417 | 57.6753 |
Yxy | 6.6417 | 0.1779 | 0.0849 |
Hunter Lab | 25.7715 | 51.2781 | -114.6480 |
CIE-Lab | 30.9769 | 61.0356 | -80.8282 |
#461fcc color RGB value is (70,31,204).
#461fcc hex color red value is 70, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #461fcc hue: 0.70 , saturation: 0.74 and the lightness value of 461fcc is 0.46.
The process color (four color CMYK) of #461fcc color hex is 0.66, 0.85, 0.00, 0.20. Web safe color of #461fcc is #3333cc. Color #461fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00011111 | 11001100 |
Octal | 106 | 37 | 314 |
Decimal | 70 | 31 | 204 |
Hex | 46 | 1F | CC |
Shades of #461fcc
Tints of #461fcc
RGB Percentages of Color #461fcc
CMYK Percentages of Color #461fcc
Complementary Color
#461fcc | #a5cc1f |
#461fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#461fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#461fcc Color CSS Codes
.mybgcolor {background-color:#461fcc; } .myforecolor {color:#461fcc; } .mybordercolor {border:3px solid #461fcc; }
#461fcc Text Font Color
<p style="color:#461fcc">Text here</p>
This sample text font color is #461fcc
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.
#461fcc Background Color
<div style="background-color:#461fcc">
Div content here</div>
This div background color is #461fcc
#461fcc Border Color
<div style="border:3px solid #461fcc">
Div here</div>
This div border color is #461fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,31,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #461fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461fcc; -webkit-box-shadow: 1px 1px 3px 2px #461fcc; box-shadow: 1px 1px 3px 2px #461fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,31,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #461fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #461fcc; -webkit-box-shadow: 1px 1px 3px 2px #461fcc; box-shadow: 1px 1px 3px 2px #461fcc;">
Div content here</div>
This div box has shadow with color #461fcc
Comments
No comments written yet.
Please login to write comment.