Shades of Mardi Gras #490D47
Tints of Mardi Gras #490D47
RGB
CMYK
RGB Variations
Color information
#490D47 (or 0x490D47) is known color: Mardi Gras. HEX triplet: 49, 0D and 47. RGB value is (73,13,71). Sum of RGB (Red+Green+Blue) = 73+13+71=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #490D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D47 is #B6F2B8. Grayscale: #252525. Windows color (decimal): -11989689 or 4656457. OLE color: 4656457.
HSL color Cylindrical-coordinate representation of color #490D47: hue angle of 302º 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 #490D47 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 71 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.71 |
| HSL | 302º | 0.7% | 0.17% | - |
| HSV(B) | 302º | 0.82% | 0.29% | - |
| XYZ | 4.03 | 2.16 | 6.17 | - |
| YUV | 37.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 71 | 0 | 0.82 | 0.03 | 0.71 | 302 | 0.7 | 0.17 |
| Hex | 49 | D | 47 | 0 | 52 | 3 | 47 | 12E | 46 | 11 |
| Octal | 111 | 15 | 107 | 0 | 122 | 3 | 107 | 456 | 106 | 21 |
| Binary | 1001001 | 1101 | 1000111 | 0 | 1010010 | 11 | 1000111 | 100101110 | 1000110 | 10001 |
Color Harmonies of #490D47
Complementary color
Monochromatic Colors of #490D47
Black with #490D47
Text Example
Text Example
White with #490D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D47; }
p { color: rgb(73,13,71); }
H1.HeaderClassName
{
color: #490D47;
}
.AnyTagClassName
{
color: #490D47;
}
</style>
background-color css
<style>
a { background-color: #490D47; }
a { background-color: rgb(73,13,71); }
div.DivClassName
{
background-color: #490D47;
}
.BgClassName
{
background-color: #490D47;
}
</style>
border-color css
<style>
span { border-color: #490D47; }
span { border-color: rgb(73,13,71); }
td.TdClassName
{
border-color: #490D47;
}
.TagClassName
{
border-color: #490D47;
}
</style>