Shades of Mardi Gras #4C1248
Tints of Mardi Gras #4C1248
RGB
CMYK
RGB Variations
Color information
#4C1248 (or 0x4C1248) is known color: Mardi Gras. HEX triplet: 4C, 12 and 48. RGB value is (76,18,72). Sum of RGB (Red+Green+Blue) = 76+18+72=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1248 is #B3EDB7. Grayscale: #292929. Windows color (decimal): -11791800 or 4723276. OLE color: 4723276.
HSL color Cylindrical-coordinate representation of color #4C1248: hue angle of 304.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1248 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 72 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.70 |
| HSL | 304.14º | 0.62% | 0.18% | - |
| HSV(B) | 304.14º | 0.76% | 0.3% | - |
| XYZ | 4.37 | 2.44 | 6.37 | - |
| YUV | 41.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 72 | 0 | 0.76 | 0.05 | 0.70 | 304.14 | 0.62 | 0.18 |
| Hex | 4C | 12 | 48 | 0 | 4C | 5 | 46 | 130 | 3E | 12 |
| Octal | 114 | 22 | 110 | 0 | 114 | 5 | 106 | 460 | 76 | 22 |
| Binary | 1001100 | 10010 | 1001000 | 0 | 1001100 | 101 | 1000110 | 100110000 | 111110 | 10010 |
Color Harmonies of #4C1248
Complementary color
Monochromatic Colors of #4C1248
Black with #4C1248
Text Example
Text Example
White with #4C1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1248; }
p { color: rgb(76,18,72); }
H1.HeaderClassName
{
color: #4C1248;
}
.AnyTagClassName
{
color: #4C1248;
}
</style>
background-color css
<style>
a { background-color: #4C1248; }
a { background-color: rgb(76,18,72); }
div.DivClassName
{
background-color: #4C1248;
}
.BgClassName
{
background-color: #4C1248;
}
</style>
border-color css
<style>
span { border-color: #4C1248; }
span { border-color: rgb(76,18,72); }
td.TdClassName
{
border-color: #4C1248;
}
.TagClassName
{
border-color: #4C1248;
}
</style>