Shades of Mardi Gras #470D49
Tints of Mardi Gras #470D49
RGB
CMYK
RGB Variations
Color information
#470D49 (or 0x470D49) is known color: Mardi Gras. HEX triplet: 47, 0D and 49. RGB value is (71,13,73). Sum of RGB (Red+Green+Blue) = 71+13+73=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #470D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D49 is #B8F2B6. Grayscale: #252525. Windows color (decimal): -12120759 or 4787527. OLE color: 4787527.
HSL color Cylindrical-coordinate representation of color #470D49: hue angle of 298º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D49 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 13 | 73 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.71 |
| HSL | 298º | 0.7% | 0.17% | - |
| HSV(B) | 298º | 0.82% | 0.29% | - |
| XYZ | 3.95 | 2.11 | 6.5 | - |
| YUV | 37.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 73 | 0.03 | 0.82 | 0 | 0.71 | 298 | 0.7 | 0.17 |
| Hex | 47 | D | 49 | 3 | 52 | 0 | 47 | 12A | 46 | 11 |
| Octal | 107 | 15 | 111 | 3 | 122 | 0 | 107 | 452 | 106 | 21 |
| Binary | 1000111 | 1101 | 1001001 | 11 | 1010010 | 0 | 1000111 | 100101010 | 1000110 | 10001 |
Color Harmonies of #470D49
Complementary color
Monochromatic Colors of #470D49
Black with #470D49
Text Example
Text Example
White with #470D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D49; }
p { color: rgb(71,13,73); }
H1.HeaderClassName
{
color: #470D49;
}
.AnyTagClassName
{
color: #470D49;
}
</style>
background-color css
<style>
a { background-color: #470D49; }
a { background-color: rgb(71,13,73); }
div.DivClassName
{
background-color: #470D49;
}
.BgClassName
{
background-color: #470D49;
}
</style>
border-color css
<style>
span { border-color: #470D49; }
span { border-color: rgb(71,13,73); }
td.TdClassName
{
border-color: #470D49;
}
.TagClassName
{
border-color: #470D49;
}
</style>