Shades of Mardi Gras #4A0C47
Tints of Mardi Gras #4A0C47
RGB
CMYK
RGB Variations
Color information
#4A0C47 (or 0x4A0C47) is known color: Mardi Gras. HEX triplet: 4A, 0C and 47. RGB value is (74,12,71). Sum of RGB (Red+Green+Blue) = 74+12+71=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0C47 is #B5F3B8. Grayscale: #252525. Windows color (decimal): -11924409 or 4656202. OLE color: 4656202.
HSL color Cylindrical-coordinate representation of color #4A0C47: hue angle of 302.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0C47 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 12 | 71 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.71 |
| HSL | 302.9º | 0.72% | 0.17% | - |
| HSV(B) | 302.9º | 0.84% | 0.29% | - |
| XYZ | 4.09 | 2.17 | 6.17 | - |
| YUV | 37.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 71 | 0 | 0.84 | 0.04 | 0.71 | 302.9 | 0.72 | 0.17 |
| Hex | 4A | C | 47 | 0 | 54 | 4 | 47 | 12F | 48 | 11 |
| Octal | 112 | 14 | 107 | 0 | 124 | 4 | 107 | 457 | 110 | 21 |
| Binary | 1001010 | 1100 | 1000111 | 0 | 1010100 | 100 | 1000111 | 100101111 | 1001000 | 10001 |
Color Harmonies of #4A0C47
Complementary color
Monochromatic Colors of #4A0C47
Black with #4A0C47
Text Example
Text Example
White with #4A0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C47; }
p { color: rgb(74,12,71); }
H1.HeaderClassName
{
color: #4A0C47;
}
.AnyTagClassName
{
color: #4A0C47;
}
</style>
background-color css
<style>
a { background-color: #4A0C47; }
a { background-color: rgb(74,12,71); }
div.DivClassName
{
background-color: #4A0C47;
}
.BgClassName
{
background-color: #4A0C47;
}
</style>
border-color css
<style>
span { border-color: #4A0C47; }
span { border-color: rgb(74,12,71); }
td.TdClassName
{
border-color: #4A0C47;
}
.TagClassName
{
border-color: #4A0C47;
}
</style>