Shades of Mardi Gras #49004D
Tints of Mardi Gras #49004D
RGB
CMYK
RGB Variations
Color information
#49004D (or 0x49004D) is known color: Mardi Gras. HEX triplet: 49, 00 and 4D. RGB value is (73,0,77). Sum of RGB (Red+Green+Blue) = 73+0+77=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #49004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49004D is #B6FFB2. Grayscale: #1E1E1E. Windows color (decimal): -11993011 or 5046345. OLE color: 5046345.
HSL color Cylindrical-coordinate representation of color #49004D: hue angle of 296.88º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004D is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 0 | 77 | - |
| CMYK | 0.05 | 1 | 0 | 0.70 |
| HSL | 296.88º | 1% | 0.15% | - |
| HSV(B) | 296.88º | 1% | 0.3% | - |
| XYZ | 4.09 | 1.95 | 7.18 | - |
| YUV | 30.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 77 | 0.05 | 1 | 0 | 0.70 | 296.88 | 1 | 0.15 |
| Hex | 49 | 0 | 4D | 5 | 64 | 0 | 46 | 129 | 64 | F |
| Octal | 111 | 0 | 115 | 5 | 144 | 0 | 106 | 451 | 144 | 17 |
| Binary | 1001001 | 0 | 1001101 | 101 | 1100100 | 0 | 1000110 | 100101001 | 1100100 | 1111 |
Color Harmonies of #49004D
Complementary color
Monochromatic Colors of #49004D
Black with #49004D
Text Example
Text Example
White with #49004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49004D; }
p { color: rgb(73,0,77); }
H1.HeaderClassName
{
color: #49004D;
}
.AnyTagClassName
{
color: #49004D;
}
</style>
background-color css
<style>
a { background-color: #49004D; }
a { background-color: rgb(73,0,77); }
div.DivClassName
{
background-color: #49004D;
}
.BgClassName
{
background-color: #49004D;
}
</style>
border-color css
<style>
span { border-color: #49004D; }
span { border-color: rgb(73,0,77); }
td.TdClassName
{
border-color: #49004D;
}
.TagClassName
{
border-color: #49004D;
}
</style>