Shades of Mardi Gras #4B0846
Tints of Mardi Gras #4B0846
RGB
CMYK
RGB Variations
Color information
#4B0846 (or 0x4B0846) is known color: Mardi Gras. HEX triplet: 4B, 08 and 46. RGB value is (75,8,70). Sum of RGB (Red+Green+Blue) = 75+8+70=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0846 is #B4F7B9. Grayscale: #222222. Windows color (decimal): -11859898 or 4589643. OLE color: 4589643.
HSL color Cylindrical-coordinate representation of color #4B0846: hue angle of 304.48º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0846 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 70 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.71 |
| HSL | 304.48º | 0.81% | 0.16% | - |
| HSV(B) | 304.48º | 0.89% | 0.29% | - |
| XYZ | 4.09 | 2.11 | 5.99 | - |
| YUV | 35.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 70 | 0 | 0.89 | 0.07 | 0.71 | 304.48 | 0.81 | 0.16 |
| Hex | 4B | 8 | 46 | 0 | 59 | 7 | 47 | 130 | 51 | 10 |
| Octal | 113 | 10 | 106 | 0 | 131 | 7 | 107 | 460 | 121 | 20 |
| Binary | 1001011 | 1000 | 1000110 | 0 | 1011001 | 111 | 1000111 | 100110000 | 1010001 | 10000 |
Color Harmonies of #4B0846
Complementary color
Monochromatic Colors of #4B0846
Black with #4B0846
Text Example
Text Example
White with #4B0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0846; }
p { color: rgb(75,8,70); }
H1.HeaderClassName
{
color: #4B0846;
}
.AnyTagClassName
{
color: #4B0846;
}
</style>
background-color css
<style>
a { background-color: #4B0846; }
a { background-color: rgb(75,8,70); }
div.DivClassName
{
background-color: #4B0846;
}
.BgClassName
{
background-color: #4B0846;
}
</style>
border-color css
<style>
span { border-color: #4B0846; }
span { border-color: rgb(75,8,70); }
td.TdClassName
{
border-color: #4B0846;
}
.TagClassName
{
border-color: #4B0846;
}
</style>