Shades of Mardi Gras #4B0546
Tints of Mardi Gras #4B0546
RGB
CMYK
RGB Variations
Color information
#4B0546 (or 0x4B0546) is known color: Mardi Gras. HEX triplet: 4B, 05 and 46. RGB value is (75,5,70). Sum of RGB (Red+Green+Blue) = 75+5+70=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0546 is #B4FAB9. Grayscale: #212121. Windows color (decimal): -11860666 or 4588875. OLE color: 4588875.
HSL color Cylindrical-coordinate representation of color #4B0546: hue angle of 304.29º 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 #4B0546 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 70 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.71 |
| HSL | 304.29º | 0.88% | 0.16% | - |
| HSV(B) | 304.29º | 0.93% | 0.29% | - |
| XYZ | 4.06 | 2.05 | 5.98 | - |
| YUV | 33.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 70 | 0 | 0.93 | 0.07 | 0.71 | 304.29 | 0.88 | 0.16 |
| Hex | 4B | 5 | 46 | 0 | 5D | 7 | 47 | 130 | 58 | 10 |
| Octal | 113 | 5 | 106 | 0 | 135 | 7 | 107 | 460 | 130 | 20 |
| Binary | 1001011 | 101 | 1000110 | 0 | 1011101 | 111 | 1000111 | 100110000 | 1011000 | 10000 |
Color Harmonies of #4B0546
Complementary color
Monochromatic Colors of #4B0546
Black with #4B0546
Text Example
Text Example
White with #4B0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0546; }
p { color: rgb(75,5,70); }
H1.HeaderClassName
{
color: #4B0546;
}
.AnyTagClassName
{
color: #4B0546;
}
</style>
background-color css
<style>
a { background-color: #4B0546; }
a { background-color: rgb(75,5,70); }
div.DivClassName
{
background-color: #4B0546;
}
.BgClassName
{
background-color: #4B0546;
}
</style>
border-color css
<style>
span { border-color: #4B0546; }
span { border-color: rgb(75,5,70); }
td.TdClassName
{
border-color: #4B0546;
}
.TagClassName
{
border-color: #4B0546;
}
</style>