Shades of Mardi Gras #4C0E47
Tints of Mardi Gras #4C0E47
RGB
CMYK
RGB Variations
Color information
#4C0E47 (or 0x4C0E47) is known color: Mardi Gras. HEX triplet: 4C, 0E and 47. RGB value is (76,14,71). Sum of RGB (Red+Green+Blue) = 76+14+71=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E47 is #B3F1B8. Grayscale: #262626. Windows color (decimal): -11792825 or 4656716. OLE color: 4656716.
HSL color Cylindrical-coordinate representation of color #4C0E47: hue angle of 304.84º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E47 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 71 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.70 |
| HSL | 304.84º | 0.69% | 0.18% | - |
| HSV(B) | 304.84º | 0.82% | 0.3% | - |
| XYZ | 4.27 | 2.31 | 6.18 | - |
| YUV | 39.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 71 | 0 | 0.82 | 0.07 | 0.70 | 304.84 | 0.69 | 0.18 |
| Hex | 4C | E | 47 | 0 | 52 | 7 | 46 | 131 | 45 | 12 |
| Octal | 114 | 16 | 107 | 0 | 122 | 7 | 106 | 461 | 105 | 22 |
| Binary | 1001100 | 1110 | 1000111 | 0 | 1010010 | 111 | 1000110 | 100110001 | 1000101 | 10010 |
Color Harmonies of #4C0E47
Complementary color
Monochromatic Colors of #4C0E47
Black with #4C0E47
Text Example
Text Example
White with #4C0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E47; }
p { color: rgb(76,14,71); }
H1.HeaderClassName
{
color: #4C0E47;
}
.AnyTagClassName
{
color: #4C0E47;
}
</style>
background-color css
<style>
a { background-color: #4C0E47; }
a { background-color: rgb(76,14,71); }
div.DivClassName
{
background-color: #4C0E47;
}
.BgClassName
{
background-color: #4C0E47;
}
</style>
border-color css
<style>
span { border-color: #4C0E47; }
span { border-color: rgb(76,14,71); }
td.TdClassName
{
border-color: #4C0E47;
}
.TagClassName
{
border-color: #4C0E47;
}
</style>