Shades of Mardi Gras #4C1146
Tints of Mardi Gras #4C1146
RGB
CMYK
RGB Variations
Color information
#4C1146 (or 0x4C1146) is known color: Mardi Gras. HEX triplet: 4C, 11 and 46. RGB value is (76,17,70). Sum of RGB (Red+Green+Blue) = 76+17+70=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1146 is #B3EEB9. Grayscale: #282828. Windows color (decimal): -11792058 or 4591948. OLE color: 4591948.
HSL color Cylindrical-coordinate representation of color #4C1146: hue angle of 306.1º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1146 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 70 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.70 |
| HSL | 306.1º | 0.63% | 0.18% | - |
| HSV(B) | 306.1º | 0.78% | 0.3% | - |
| XYZ | 4.29 | 2.38 | 6.03 | - |
| YUV | 40.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 70 | 0 | 0.78 | 0.08 | 0.70 | 306.1 | 0.63 | 0.18 |
| Hex | 4C | 11 | 46 | 0 | 4E | 8 | 46 | 132 | 3F | 12 |
| Octal | 114 | 21 | 106 | 0 | 116 | 10 | 106 | 462 | 77 | 22 |
| Binary | 1001100 | 10001 | 1000110 | 0 | 1001110 | 1000 | 1000110 | 100110010 | 111111 | 10010 |
Color Harmonies of #4C1146
Complementary color
Monochromatic Colors of #4C1146
Black with #4C1146
Text Example
Text Example
White with #4C1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1146; }
p { color: rgb(76,17,70); }
H1.HeaderClassName
{
color: #4C1146;
}
.AnyTagClassName
{
color: #4C1146;
}
</style>
background-color css
<style>
a { background-color: #4C1146; }
a { background-color: rgb(76,17,70); }
div.DivClassName
{
background-color: #4C1146;
}
.BgClassName
{
background-color: #4C1146;
}
</style>
border-color css
<style>
span { border-color: #4C1146; }
span { border-color: rgb(76,17,70); }
td.TdClassName
{
border-color: #4C1146;
}
.TagClassName
{
border-color: #4C1146;
}
</style>