Shades of Mardi Gras #4B0847
Tints of Mardi Gras #4B0847
RGB
CMYK
RGB Variations
Color information
#4B0847 (or 0x4B0847) is known color: Mardi Gras. HEX triplet: 4B, 08 and 47. RGB value is (75,8,71). Sum of RGB (Red+Green+Blue) = 75+8+71=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0847 is #B4F7B8. Grayscale: #232323. Windows color (decimal): -11859897 or 4655179. OLE color: 4655179.
HSL color Cylindrical-coordinate representation of color #4B0847: hue angle of 303.58º 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 #4B0847 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 71 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.71 |
| HSL | 303.58º | 0.81% | 0.16% | - |
| HSV(B) | 303.58º | 0.89% | 0.29% | - |
| XYZ | 4.13 | 2.12 | 6.15 | - |
| YUV | 35.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 71 | 0 | 0.89 | 0.05 | 0.71 | 303.58 | 0.81 | 0.16 |
| Hex | 4B | 8 | 47 | 0 | 59 | 5 | 47 | 130 | 51 | 10 |
| Octal | 113 | 10 | 107 | 0 | 131 | 5 | 107 | 460 | 121 | 20 |
| Binary | 1001011 | 1000 | 1000111 | 0 | 1011001 | 101 | 1000111 | 100110000 | 1010001 | 10000 |
Color Harmonies of #4B0847
Complementary color
Monochromatic Colors of #4B0847
Black with #4B0847
Text Example
Text Example
White with #4B0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0847; }
p { color: rgb(75,8,71); }
H1.HeaderClassName
{
color: #4B0847;
}
.AnyTagClassName
{
color: #4B0847;
}
</style>
background-color css
<style>
a { background-color: #4B0847; }
a { background-color: rgb(75,8,71); }
div.DivClassName
{
background-color: #4B0847;
}
.BgClassName
{
background-color: #4B0847;
}
</style>
border-color css
<style>
span { border-color: #4B0847; }
span { border-color: rgb(75,8,71); }
td.TdClassName
{
border-color: #4B0847;
}
.TagClassName
{
border-color: #4B0847;
}
</style>