Shades of Mardi Gras #49024A
Tints of Mardi Gras #49024A
RGB
CMYK
RGB Variations
Color information
#49024A (or 0x49024A) is known color: Mardi Gras. HEX triplet: 49, 02 and 4A. RGB value is (73,2,74). Sum of RGB (Red+Green+Blue) = 73+2+74=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #49024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49024A is #B6FDB5. Grayscale: #1F1F1F. Windows color (decimal): -11992502 or 4850249. OLE color: 4850249.
HSL color Cylindrical-coordinate representation of color #49024A: hue angle of 299.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49024A is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 74 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.71 |
| HSL | 299.17º | 0.95% | 0.15% | - |
| HSV(B) | 299.17º | 0.97% | 0.29% | - |
| XYZ | 4.01 | 1.95 | 6.64 | - |
| YUV | 31.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 74 | 0.01 | 0.97 | 0 | 0.71 | 299.17 | 0.95 | 0.15 |
| Hex | 49 | 2 | 4A | 1 | 61 | 0 | 47 | 12B | 5F | F |
| Octal | 111 | 2 | 112 | 1 | 141 | 0 | 107 | 453 | 137 | 17 |
| Binary | 1001001 | 10 | 1001010 | 1 | 1100001 | 0 | 1000111 | 100101011 | 1011111 | 1111 |
Color Harmonies of #49024A
Complementary color
Monochromatic Colors of #49024A
Black with #49024A
Text Example
Text Example
White with #49024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49024A; }
p { color: rgb(73,2,74); }
H1.HeaderClassName
{
color: #49024A;
}
.AnyTagClassName
{
color: #49024A;
}
</style>
background-color css
<style>
a { background-color: #49024A; }
a { background-color: rgb(73,2,74); }
div.DivClassName
{
background-color: #49024A;
}
.BgClassName
{
background-color: #49024A;
}
</style>
border-color css
<style>
span { border-color: #49024A; }
span { border-color: rgb(73,2,74); }
td.TdClassName
{
border-color: #49024A;
}
.TagClassName
{
border-color: #49024A;
}
</style>