Shades of Mardi Gras #4B0547
Tints of Mardi Gras #4B0547
RGB
CMYK
RGB Variations
Color information
#4B0547 (or 0x4B0547) is known color: Mardi Gras. HEX triplet: 4B, 05 and 47. RGB value is (75,5,71). Sum of RGB (Red+Green+Blue) = 75+5+71=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0547 is #B4FAB8. Grayscale: #212121. Windows color (decimal): -11860665 or 4654411. OLE color: 4654411.
HSL color Cylindrical-coordinate representation of color #4B0547: hue angle of 303.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0547 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 71 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.71 |
| HSL | 303.43º | 0.88% | 0.16% | - |
| HSV(B) | 303.43º | 0.93% | 0.29% | - |
| XYZ | 4.09 | 2.06 | 6.14 | - |
| YUV | 33.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 71 | 0 | 0.93 | 0.05 | 0.71 | 303.43 | 0.88 | 0.16 |
| Hex | 4B | 5 | 47 | 0 | 5D | 5 | 47 | 12F | 58 | 10 |
| Octal | 113 | 5 | 107 | 0 | 135 | 5 | 107 | 457 | 130 | 20 |
| Binary | 1001011 | 101 | 1000111 | 0 | 1011101 | 101 | 1000111 | 100101111 | 1011000 | 10000 |
Color Harmonies of #4B0547
Complementary color
Monochromatic Colors of #4B0547
Black with #4B0547
Text Example
Text Example
White with #4B0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0547; }
p { color: rgb(75,5,71); }
H1.HeaderClassName
{
color: #4B0547;
}
.AnyTagClassName
{
color: #4B0547;
}
</style>
background-color css
<style>
a { background-color: #4B0547; }
a { background-color: rgb(75,5,71); }
div.DivClassName
{
background-color: #4B0547;
}
.BgClassName
{
background-color: #4B0547;
}
</style>
border-color css
<style>
span { border-color: #4B0547; }
span { border-color: rgb(75,5,71); }
td.TdClassName
{
border-color: #4B0547;
}
.TagClassName
{
border-color: #4B0547;
}
</style>