Shades of Mardi Gras #490946
Tints of Mardi Gras #490946
RGB
CMYK
RGB Variations
Color information
#490946 (or 0x490946) is known color: Mardi Gras. HEX triplet: 49, 09 and 46. RGB value is (73,9,70). Sum of RGB (Red+Green+Blue) = 73+9+70=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #490946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490946 is #B6F6B9. Grayscale: #222222. Windows color (decimal): -11990714 or 4589897. OLE color: 4589897.
HSL color Cylindrical-coordinate representation of color #490946: hue angle of 302.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490946 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 70 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.71 |
| HSL | 302.81º | 0.78% | 0.16% | - |
| HSV(B) | 302.81º | 0.88% | 0.29% | - |
| XYZ | 3.95 | 2.05 | 5.98 | - |
| YUV | 35.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 70 | 0 | 0.88 | 0.04 | 0.71 | 302.81 | 0.78 | 0.16 |
| Hex | 49 | 9 | 46 | 0 | 58 | 4 | 47 | 12F | 4E | 10 |
| Octal | 111 | 11 | 106 | 0 | 130 | 4 | 107 | 457 | 116 | 20 |
| Binary | 1001001 | 1001 | 1000110 | 0 | 1011000 | 100 | 1000111 | 100101111 | 1001110 | 10000 |
Color Harmonies of #490946
Complementary color
Monochromatic Colors of #490946
Black with #490946
Text Example
Text Example
White with #490946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490946; }
p { color: rgb(73,9,70); }
H1.HeaderClassName
{
color: #490946;
}
.AnyTagClassName
{
color: #490946;
}
</style>
background-color css
<style>
a { background-color: #490946; }
a { background-color: rgb(73,9,70); }
div.DivClassName
{
background-color: #490946;
}
.BgClassName
{
background-color: #490946;
}
</style>
border-color css
<style>
span { border-color: #490946; }
span { border-color: rgb(73,9,70); }
td.TdClassName
{
border-color: #490946;
}
.TagClassName
{
border-color: #490946;
}
</style>