Shades of Mardi Gras #4B0C47
Tints of Mardi Gras #4B0C47
RGB
CMYK
RGB Variations
Color information
#4B0C47 (or 0x4B0C47) is known color: Mardi Gras. HEX triplet: 4B, 0C and 47. RGB value is (75,12,71). Sum of RGB (Red+Green+Blue) = 75+12+71=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C47 is #B4F3B8. Grayscale: #252525. Windows color (decimal): -11858873 or 4656203. OLE color: 4656203.
HSL color Cylindrical-coordinate representation of color #4B0C47: hue angle of 303.81º 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 #4B0C47 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 12 | 71 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.71 |
| HSL | 303.81º | 0.72% | 0.17% | - |
| HSV(B) | 303.81º | 0.84% | 0.29% | - |
| XYZ | 4.17 | 2.21 | 6.17 | - |
| YUV | 37.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 71 | 0 | 0.84 | 0.05 | 0.71 | 303.81 | 0.72 | 0.17 |
| Hex | 4B | C | 47 | 0 | 54 | 5 | 47 | 130 | 48 | 11 |
| Octal | 113 | 14 | 107 | 0 | 124 | 5 | 107 | 460 | 110 | 21 |
| Binary | 1001011 | 1100 | 1000111 | 0 | 1010100 | 101 | 1000111 | 100110000 | 1001000 | 10001 |
Color Harmonies of #4B0C47
Complementary color
Monochromatic Colors of #4B0C47
Black with #4B0C47
Text Example
Text Example
White with #4B0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0C47; }
p { color: rgb(75,12,71); }
H1.HeaderClassName
{
color: #4B0C47;
}
.AnyTagClassName
{
color: #4B0C47;
}
</style>
background-color css
<style>
a { background-color: #4B0C47; }
a { background-color: rgb(75,12,71); }
div.DivClassName
{
background-color: #4B0C47;
}
.BgClassName
{
background-color: #4B0C47;
}
</style>
border-color css
<style>
span { border-color: #4B0C47; }
span { border-color: rgb(75,12,71); }
td.TdClassName
{
border-color: #4B0C47;
}
.TagClassName
{
border-color: #4B0C47;
}
</style>