Shades of Mardi Gras #4B0B44
Tints of Mardi Gras #4B0B44
RGB
CMYK
RGB Variations
Color information
#4B0B44 (or 0x4B0B44) is known color: Mardi Gras. HEX triplet: 4B, 0B and 44. RGB value is (75,11,68). Sum of RGB (Red+Green+Blue) = 75+11+68=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0B44 is #B4F4BB. Grayscale: #242424. Windows color (decimal): -11859132 or 4459339. OLE color: 4459339.
HSL color Cylindrical-coordinate representation of color #4B0B44: hue angle of 306.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B44 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 11 | 68 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.71 |
| HSL | 306.56º | 0.74% | 0.17% | - |
| HSV(B) | 306.56º | 0.85% | 0.29% | - |
| XYZ | 4.06 | 2.15 | 5.67 | - |
| YUV | 36.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 68 | 0 | 0.85 | 0.09 | 0.71 | 306.56 | 0.74 | 0.17 |
| Hex | 4B | B | 44 | 0 | 55 | 9 | 47 | 133 | 4A | 11 |
| Octal | 113 | 13 | 104 | 0 | 125 | 11 | 107 | 463 | 112 | 21 |
| Binary | 1001011 | 1011 | 1000100 | 0 | 1010101 | 1001 | 1000111 | 100110011 | 1001010 | 10001 |
Color Harmonies of #4B0B44
Complementary color
Monochromatic Colors of #4B0B44
Black with #4B0B44
Text Example
Text Example
White with #4B0B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0B44; }
p { color: rgb(75,11,68); }
H1.HeaderClassName
{
color: #4B0B44;
}
.AnyTagClassName
{
color: #4B0B44;
}
</style>
background-color css
<style>
a { background-color: #4B0B44; }
a { background-color: rgb(75,11,68); }
div.DivClassName
{
background-color: #4B0B44;
}
.BgClassName
{
background-color: #4B0B44;
}
</style>
border-color css
<style>
span { border-color: #4B0B44; }
span { border-color: rgb(75,11,68); }
td.TdClassName
{
border-color: #4B0B44;
}
.TagClassName
{
border-color: #4B0B44;
}
</style>