Shades of Mardi Gras #490D48
Tints of Mardi Gras #490D48
RGB
CMYK
RGB Variations
Color information
#490D48 (or 0x490D48) is known color: Mardi Gras. HEX triplet: 49, 0D and 48. RGB value is (73,13,72). Sum of RGB (Red+Green+Blue) = 73+13+72=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #490D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D48 is #B6F2B7. Grayscale: #252525. Windows color (decimal): -11989688 or 4721993. OLE color: 4721993.
HSL color Cylindrical-coordinate representation of color #490D48: hue angle of 301º 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 #490D48 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 72 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.71 |
| HSL | 301º | 0.7% | 0.17% | - |
| HSV(B) | 301º | 0.82% | 0.29% | - |
| XYZ | 4.06 | 2.17 | 6.34 | - |
| YUV | 37.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 72 | 0 | 0.82 | 0.01 | 0.71 | 301 | 0.7 | 0.17 |
| Hex | 49 | D | 48 | 0 | 52 | 1 | 47 | 12D | 46 | 11 |
| Octal | 111 | 15 | 110 | 0 | 122 | 1 | 107 | 455 | 106 | 21 |
| Binary | 1001001 | 1101 | 1001000 | 0 | 1010010 | 1 | 1000111 | 100101101 | 1000110 | 10001 |
Color Harmonies of #490D48
Complementary color
Monochromatic Colors of #490D48
Black with #490D48
Text Example
Text Example
White with #490D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D48; }
p { color: rgb(73,13,72); }
H1.HeaderClassName
{
color: #490D48;
}
.AnyTagClassName
{
color: #490D48;
}
</style>
background-color css
<style>
a { background-color: #490D48; }
a { background-color: rgb(73,13,72); }
div.DivClassName
{
background-color: #490D48;
}
.BgClassName
{
background-color: #490D48;
}
</style>
border-color css
<style>
span { border-color: #490D48; }
span { border-color: rgb(73,13,72); }
td.TdClassName
{
border-color: #490D48;
}
.TagClassName
{
border-color: #490D48;
}
</style>