Shades of Mardi Gras #4C0549
Tints of Mardi Gras #4C0549
RGB
CMYK
RGB Variations
Color information
#4C0549 (or 0x4C0549) is known color: Mardi Gras. HEX triplet: 4C, 05 and 49. RGB value is (76,5,73). Sum of RGB (Red+Green+Blue) = 76+5+73=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0549 is #B3FAB6. Grayscale: #212121. Windows color (decimal): -11795127 or 4785484. OLE color: 4785484.
HSL color Cylindrical-coordinate representation of color #4C0549: hue angle of 302.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0549 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 73 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.70 |
| HSL | 302.54º | 0.88% | 0.16% | - |
| HSV(B) | 302.54º | 0.93% | 0.3% | - |
| XYZ | 4.24 | 2.13 | 6.49 | - |
| YUV | 33.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 73 | 0 | 0.93 | 0.04 | 0.70 | 302.54 | 0.88 | 0.16 |
| Hex | 4C | 5 | 49 | 0 | 5D | 4 | 46 | 12F | 58 | 10 |
| Octal | 114 | 5 | 111 | 0 | 135 | 4 | 106 | 457 | 130 | 20 |
| Binary | 1001100 | 101 | 1001001 | 0 | 1011101 | 100 | 1000110 | 100101111 | 1011000 | 10000 |
Color Harmonies of #4C0549
Complementary color
Monochromatic Colors of #4C0549
Black with #4C0549
Text Example
Text Example
White with #4C0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0549; }
p { color: rgb(76,5,73); }
H1.HeaderClassName
{
color: #4C0549;
}
.AnyTagClassName
{
color: #4C0549;
}
</style>
background-color css
<style>
a { background-color: #4C0549; }
a { background-color: rgb(76,5,73); }
div.DivClassName
{
background-color: #4C0549;
}
.BgClassName
{
background-color: #4C0549;
}
</style>
border-color css
<style>
span { border-color: #4C0549; }
span { border-color: rgb(76,5,73); }
td.TdClassName
{
border-color: #4C0549;
}
.TagClassName
{
border-color: #4C0549;
}
</style>