Shades of Mardi Gras #490C48
Tints of Mardi Gras #490C48
RGB
CMYK
RGB Variations
Color information
#490C48 (or 0x490C48) is known color: Mardi Gras. HEX triplet: 49, 0C and 48. RGB value is (73,12,72). Sum of RGB (Red+Green+Blue) = 73+12+72=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #490C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C48 is #B6F3B7. Grayscale: #242424. Windows color (decimal): -11989944 or 4721737. OLE color: 4721737.
HSL color Cylindrical-coordinate representation of color #490C48: hue angle of 300.98º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C48 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 72 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.71 |
| HSL | 300.98º | 0.72% | 0.17% | - |
| HSV(B) | 300.98º | 0.84% | 0.29% | - |
| XYZ | 4.05 | 2.15 | 6.33 | - |
| YUV | 37.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 72 | 0 | 0.84 | 0.01 | 0.71 | 300.98 | 0.72 | 0.17 |
| Hex | 49 | C | 48 | 0 | 54 | 1 | 47 | 12D | 48 | 11 |
| Octal | 111 | 14 | 110 | 0 | 124 | 1 | 107 | 455 | 110 | 21 |
| Binary | 1001001 | 1100 | 1001000 | 0 | 1010100 | 1 | 1000111 | 100101101 | 1001000 | 10001 |
Color Harmonies of #490C48
Complementary color
Monochromatic Colors of #490C48
Black with #490C48
Text Example
Text Example
White with #490C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C48; }
p { color: rgb(73,12,72); }
H1.HeaderClassName
{
color: #490C48;
}
.AnyTagClassName
{
color: #490C48;
}
</style>
background-color css
<style>
a { background-color: #490C48; }
a { background-color: rgb(73,12,72); }
div.DivClassName
{
background-color: #490C48;
}
.BgClassName
{
background-color: #490C48;
}
</style>
border-color css
<style>
span { border-color: #490C48; }
span { border-color: rgb(73,12,72); }
td.TdClassName
{
border-color: #490C48;
}
.TagClassName
{
border-color: #490C48;
}
</style>