Shades of Mardi Gras #4B0F47
Tints of Mardi Gras #4B0F47
RGB
CMYK
RGB Variations
Color information
#4B0F47 (or 0x4B0F47) is known color: Mardi Gras. HEX triplet: 4B, 0F and 47. RGB value is (75,15,71). Sum of RGB (Red+Green+Blue) = 75+15+71=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F47 is #B4F0B8. Grayscale: #272727. Windows color (decimal): -11858105 or 4656971. OLE color: 4656971.
HSL color Cylindrical-coordinate representation of color #4B0F47: hue angle of 304º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F47 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 15 | 71 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.71 |
| HSL | 304º | 0.67% | 0.18% | - |
| HSV(B) | 304º | 0.8% | 0.29% | - |
| XYZ | 4.21 | 2.29 | 6.18 | - |
| YUV | 39.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 71 | 0 | 0.80 | 0.05 | 0.71 | 304 | 0.67 | 0.18 |
| Hex | 4B | F | 47 | 0 | 50 | 5 | 47 | 130 | 43 | 12 |
| Octal | 113 | 17 | 107 | 0 | 120 | 5 | 107 | 460 | 103 | 22 |
| Binary | 1001011 | 1111 | 1000111 | 0 | 1010000 | 101 | 1000111 | 100110000 | 1000011 | 10010 |
Color Harmonies of #4B0F47
Complementary color
Monochromatic Colors of #4B0F47
Black with #4B0F47
Text Example
Text Example
White with #4B0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F47; }
p { color: rgb(75,15,71); }
H1.HeaderClassName
{
color: #4B0F47;
}
.AnyTagClassName
{
color: #4B0F47;
}
</style>
background-color css
<style>
a { background-color: #4B0F47; }
a { background-color: rgb(75,15,71); }
div.DivClassName
{
background-color: #4B0F47;
}
.BgClassName
{
background-color: #4B0F47;
}
</style>
border-color css
<style>
span { border-color: #4B0F47; }
span { border-color: rgb(75,15,71); }
td.TdClassName
{
border-color: #4B0F47;
}
.TagClassName
{
border-color: #4B0F47;
}
</style>