Color spaces of #420449
RGB | 66 | 4 | 73 |
---|---|---|---|
HSL | 0.82 | 0.90 | 0.15 |
HSV | 294° | 95° | 29° |
CMYK | 0.10 | 0.95 | 0.00 0.71 |
XYZ | 3.4928 | 1.7261 | 6.4524 |
Yxy | 1.7261 | 0.2993 | 0.1479 |
Hunter Lab | 13.1381 | 24.4630 | -19.9219 |
CIE-Lab | 13.9787 | 37.0135 | -26.2866 |
#420449 color RGB value is (66,4,73).
#420449 hex color red value is 66, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #420449 hue: 0.82 , saturation: 0.90 and the lightness value of 420449 is 0.15.
The process color (four color CMYK) of #420449 color hex is 0.10, 0.95, 0.00, 0.71. Web safe color of #420449 is #330033. Color #420449 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00000100 | 01001001 |
Octal | 102 | 4 | 111 |
Decimal | 66 | 4 | 73 |
Hex | 42 | 4 | 49 |
Shades of #420449
Tints of #420449
RGB Percentages of Color #420449
CMYK Percentages of Color #420449
Complementary Color
#420449 | #0b4904 |
#420449 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#420449 Color Preview on White Background
Lorem ipsum dolor sit amet.
#420449 Color CSS Codes
.mybgcolor {background-color:#420449; } .myforecolor {color:#420449; } .mybordercolor {border:3px solid #420449; }
#420449 Text Font Color
<p style="color:#420449">Text here</p>
This sample text font color is #420449
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.
#420449 Background Color
<div style="background-color:#420449">
Div content here</div>
This div background color is #420449
#420449 Border Color
<div style="border:3px solid #420449">
Div here</div>
This div border color is #420449
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,4,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #420449; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #420449; -webkit-box-shadow: 1px 1px 3px 2px #420449; box-shadow: 1px 1px 3px 2px #420449; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,4,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #420449">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #420449; -webkit-box-shadow: 1px 1px 3px 2px #420449; box-shadow: 1px 1px 3px 2px #420449;">
Div content here</div>
This div box has shadow with color #420449
Comments
No comments written yet.
Please login to write comment.