Shades of Mardi Gras #470C48
Tints of Mardi Gras #470C48
RGB
CMYK
RGB Variations
Color information
#470C48 (or 0x470C48) is known color: Mardi Gras. HEX triplet: 47, 0C and 48. RGB value is (71,12,72). Sum of RGB (Red+Green+Blue) = 71+12+72=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #470C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C48 is #B8F3B7. Grayscale: #242424. Windows color (decimal): -12121016 or 4721735. OLE color: 4721735.
HSL color Cylindrical-coordinate representation of color #470C48: hue angle of 299º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C48 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 72 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.72 |
| HSL | 299º | 0.71% | 0.16% | - |
| HSV(B) | 299º | 0.83% | 0.28% | - |
| XYZ | 3.9 | 2.07 | 6.32 | - |
| YUV | 36.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 72 | 0.01 | 0.83 | 0 | 0.72 | 299 | 0.71 | 0.16 |
| Hex | 47 | C | 48 | 1 | 53 | 0 | 48 | 12B | 47 | 10 |
| Octal | 107 | 14 | 110 | 1 | 123 | 0 | 110 | 453 | 107 | 20 |
| Binary | 1000111 | 1100 | 1001000 | 1 | 1010011 | 0 | 1001000 | 100101011 | 1000111 | 10000 |
Color Harmonies of #470C48
Complementary color
Monochromatic Colors of #470C48
Black with #470C48
Text Example
Text Example
White with #470C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C48; }
p { color: rgb(71,12,72); }
H1.HeaderClassName
{
color: #470C48;
}
.AnyTagClassName
{
color: #470C48;
}
</style>
background-color css
<style>
a { background-color: #470C48; }
a { background-color: rgb(71,12,72); }
div.DivClassName
{
background-color: #470C48;
}
.BgClassName
{
background-color: #470C48;
}
</style>
border-color css
<style>
span { border-color: #470C48; }
span { border-color: rgb(71,12,72); }
td.TdClassName
{
border-color: #470C48;
}
.TagClassName
{
border-color: #470C48;
}
</style>