Shades of Mardi Gras #490A47
Tints of Mardi Gras #490A47
RGB
CMYK
RGB Variations
Color information
#490A47 (or 0x490A47) is known color: Mardi Gras. HEX triplet: 49, 0A and 47. RGB value is (73,10,71). Sum of RGB (Red+Green+Blue) = 73+10+71=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #490A47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A47 is #B6F5B8. Grayscale: #232323. Windows color (decimal): -11990457 or 4655689. OLE color: 4655689.
HSL color Cylindrical-coordinate representation of color #490A47: hue angle of 301.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A47 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 71 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.71 |
| HSL | 301.9º | 0.76% | 0.16% | - |
| HSV(B) | 301.9º | 0.86% | 0.29% | - |
| XYZ | 3.99 | 2.09 | 6.15 | - |
| YUV | 35.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 71 | 0 | 0.86 | 0.03 | 0.71 | 301.9 | 0.76 | 0.16 |
| Hex | 49 | A | 47 | 0 | 56 | 3 | 47 | 12E | 4C | 10 |
| Octal | 111 | 12 | 107 | 0 | 126 | 3 | 107 | 456 | 114 | 20 |
| Binary | 1001001 | 1010 | 1000111 | 0 | 1010110 | 11 | 1000111 | 100101110 | 1001100 | 10000 |
Color Harmonies of #490A47
Complementary color
Monochromatic Colors of #490A47
Black with #490A47
Text Example
Text Example
White with #490A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A47; }
p { color: rgb(73,10,71); }
H1.HeaderClassName
{
color: #490A47;
}
.AnyTagClassName
{
color: #490A47;
}
</style>
background-color css
<style>
a { background-color: #490A47; }
a { background-color: rgb(73,10,71); }
div.DivClassName
{
background-color: #490A47;
}
.BgClassName
{
background-color: #490A47;
}
</style>
border-color css
<style>
span { border-color: #490A47; }
span { border-color: rgb(73,10,71); }
td.TdClassName
{
border-color: #490A47;
}
.TagClassName
{
border-color: #490A47;
}
</style>