Shades of Mardi Gras #4C0948
Tints of Mardi Gras #4C0948
RGB
CMYK
RGB Variations
Color information
#4C0948 (or 0x4C0948) is known color: Mardi Gras. HEX triplet: 4C, 09 and 48. RGB value is (76,9,72). Sum of RGB (Red+Green+Blue) = 76+9+72=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0948 is #B3F6B7. Grayscale: #242424. Windows color (decimal): -11794104 or 4720972. OLE color: 4720972.
HSL color Cylindrical-coordinate representation of color #4C0948: hue angle of 303.58º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0948 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 9 | 72 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.70 |
| HSL | 303.58º | 0.79% | 0.17% | - |
| HSV(B) | 303.58º | 0.88% | 0.3% | - |
| XYZ | 4.25 | 2.2 | 6.33 | - |
| YUV | 36.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 72 | 0 | 0.88 | 0.05 | 0.70 | 303.58 | 0.79 | 0.17 |
| Hex | 4C | 9 | 48 | 0 | 58 | 5 | 46 | 130 | 4F | 11 |
| Octal | 114 | 11 | 110 | 0 | 130 | 5 | 106 | 460 | 117 | 21 |
| Binary | 1001100 | 1001 | 1001000 | 0 | 1011000 | 101 | 1000110 | 100110000 | 1001111 | 10001 |
Color Harmonies of #4C0948
Complementary color
Monochromatic Colors of #4C0948
Black with #4C0948
Text Example
Text Example
White with #4C0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0948; }
p { color: rgb(76,9,72); }
H1.HeaderClassName
{
color: #4C0948;
}
.AnyTagClassName
{
color: #4C0948;
}
</style>
background-color css
<style>
a { background-color: #4C0948; }
a { background-color: rgb(76,9,72); }
div.DivClassName
{
background-color: #4C0948;
}
.BgClassName
{
background-color: #4C0948;
}
</style>
border-color css
<style>
span { border-color: #4C0948; }
span { border-color: rgb(76,9,72); }
td.TdClassName
{
border-color: #4C0948;
}
.TagClassName
{
border-color: #4C0948;
}
</style>