Shades of Mardi Gras #490944
Tints of Mardi Gras #490944
RGB
CMYK
RGB Variations
Color information
#490944 (or 0x490944) is known color: Mardi Gras. HEX triplet: 49, 09 and 44. RGB value is (73,9,68). Sum of RGB (Red+Green+Blue) = 73+9+68=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #490944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490944 is #B6F6BB. Grayscale: #222222. Windows color (decimal): -11990716 or 4458825. OLE color: 4458825.
HSL color Cylindrical-coordinate representation of color #490944: hue angle of 304.69º 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 #490944 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 68 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.71 |
| HSL | 304.69º | 0.78% | 0.16% | - |
| HSV(B) | 304.69º | 0.88% | 0.29% | - |
| XYZ | 3.89 | 2.03 | 5.66 | - |
| YUV | 34.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 68 | 0 | 0.88 | 0.07 | 0.71 | 304.69 | 0.78 | 0.16 |
| Hex | 49 | 9 | 44 | 0 | 58 | 7 | 47 | 131 | 4E | 10 |
| Octal | 111 | 11 | 104 | 0 | 130 | 7 | 107 | 461 | 116 | 20 |
| Binary | 1001001 | 1001 | 1000100 | 0 | 1011000 | 111 | 1000111 | 100110001 | 1001110 | 10000 |
Color Harmonies of #490944
Complementary color
Monochromatic Colors of #490944
Black with #490944
Text Example
Text Example
White with #490944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490944; }
p { color: rgb(73,9,68); }
H1.HeaderClassName
{
color: #490944;
}
.AnyTagClassName
{
color: #490944;
}
</style>
background-color css
<style>
a { background-color: #490944; }
a { background-color: rgb(73,9,68); }
div.DivClassName
{
background-color: #490944;
}
.BgClassName
{
background-color: #490944;
}
</style>
border-color css
<style>
span { border-color: #490944; }
span { border-color: rgb(73,9,68); }
td.TdClassName
{
border-color: #490944;
}
.TagClassName
{
border-color: #490944;
}
</style>