Shades of Mardi Gras #470C49
Tints of Mardi Gras #470C49
RGB
CMYK
RGB Variations
Color information
#470C49 (or 0x470C49) is known color: Mardi Gras. HEX triplet: 47, 0C and 49. RGB value is (71,12,73). Sum of RGB (Red+Green+Blue) = 71+12+73=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #470C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C49 is #B8F3B6. Grayscale: #242424. Windows color (decimal): -12121015 or 4787271. OLE color: 4787271.
HSL color Cylindrical-coordinate representation of color #470C49: hue angle of 298.03º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #470C49 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 12 | 73 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.71 |
| HSL | 298.03º | 0.72% | 0.17% | - |
| HSV(B) | 298.03º | 0.84% | 0.29% | - |
| XYZ | 3.93 | 2.08 | 6.5 | - |
| YUV | 36.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 73 | 0.03 | 0.84 | 0 | 0.71 | 298.03 | 0.72 | 0.17 |
| Hex | 47 | C | 49 | 3 | 54 | 0 | 47 | 12A | 48 | 11 |
| Octal | 107 | 14 | 111 | 3 | 124 | 0 | 107 | 452 | 110 | 21 |
| Binary | 1000111 | 1100 | 1001001 | 11 | 1010100 | 0 | 1000111 | 100101010 | 1001000 | 10001 |
Color Harmonies of #470C49
Complementary color
Monochromatic Colors of #470C49
Black with #470C49
Text Example
Text Example
White with #470C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C49; }
p { color: rgb(71,12,73); }
H1.HeaderClassName
{
color: #470C49;
}
.AnyTagClassName
{
color: #470C49;
}
</style>
background-color css
<style>
a { background-color: #470C49; }
a { background-color: rgb(71,12,73); }
div.DivClassName
{
background-color: #470C49;
}
.BgClassName
{
background-color: #470C49;
}
</style>
border-color css
<style>
span { border-color: #470C49; }
span { border-color: rgb(71,12,73); }
td.TdClassName
{
border-color: #470C49;
}
.TagClassName
{
border-color: #470C49;
}
</style>