Shades of Mardi Gras #490E48
Tints of Mardi Gras #490E48
RGB
CMYK
RGB Variations
Color information
#490E48 (or 0x490E48) is known color: Mardi Gras. HEX triplet: 49, 0E and 48. RGB value is (73,14,72). Sum of RGB (Red+Green+Blue) = 73+14+72=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #490E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E48 is #B6F1B7. Grayscale: #262626. Windows color (decimal): -11989432 or 4722249. OLE color: 4722249.
HSL color Cylindrical-coordinate representation of color #490E48: hue angle of 301.02º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E48 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 72 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.71 |
| HSL | 301.02º | 0.68% | 0.17% | - |
| HSV(B) | 301.02º | 0.81% | 0.29% | - |
| XYZ | 4.07 | 2.2 | 6.34 | - |
| YUV | 38.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 72 | 0 | 0.81 | 0.01 | 0.71 | 301.02 | 0.68 | 0.17 |
| Hex | 49 | E | 48 | 0 | 51 | 1 | 47 | 12D | 44 | 11 |
| Octal | 111 | 16 | 110 | 0 | 121 | 1 | 107 | 455 | 104 | 21 |
| Binary | 1001001 | 1110 | 1001000 | 0 | 1010001 | 1 | 1000111 | 100101101 | 1000100 | 10001 |
Color Harmonies of #490E48
Complementary color
Monochromatic Colors of #490E48
Black with #490E48
Text Example
Text Example
White with #490E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E48; }
p { color: rgb(73,14,72); }
H1.HeaderClassName
{
color: #490E48;
}
.AnyTagClassName
{
color: #490E48;
}
</style>
background-color css
<style>
a { background-color: #490E48; }
a { background-color: rgb(73,14,72); }
div.DivClassName
{
background-color: #490E48;
}
.BgClassName
{
background-color: #490E48;
}
</style>
border-color css
<style>
span { border-color: #490E48; }
span { border-color: rgb(73,14,72); }
td.TdClassName
{
border-color: #490E48;
}
.TagClassName
{
border-color: #490E48;
}
</style>