Shades of Mardi Gras #4B0F44
Tints of Mardi Gras #4B0F44
RGB
CMYK
RGB Variations
Color information
#4B0F44 (or 0x4B0F44) is known color: Mardi Gras. HEX triplet: 4B, 0F and 44. RGB value is (75,15,68). Sum of RGB (Red+Green+Blue) = 75+15+68=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F44 is #B4F0BB. Grayscale: #262626. Windows color (decimal): -11858108 or 4460363. OLE color: 4460363.
HSL color Cylindrical-coordinate representation of color #4B0F44: hue angle of 307º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F44 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 15 | 68 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.71 |
| HSL | 307º | 0.67% | 0.18% | - |
| HSV(B) | 307º | 0.8% | 0.29% | - |
| XYZ | 4.12 | 2.25 | 5.69 | - |
| YUV | 38.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 68 | 0 | 0.80 | 0.09 | 0.71 | 307 | 0.67 | 0.18 |
| Hex | 4B | F | 44 | 0 | 50 | 9 | 47 | 133 | 43 | 12 |
| Octal | 113 | 17 | 104 | 0 | 120 | 11 | 107 | 463 | 103 | 22 |
| Binary | 1001011 | 1111 | 1000100 | 0 | 1010000 | 1001 | 1000111 | 100110011 | 1000011 | 10010 |
Color Harmonies of #4B0F44
Complementary color
Monochromatic Colors of #4B0F44
Black with #4B0F44
Text Example
Text Example
White with #4B0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F44; }
p { color: rgb(75,15,68); }
H1.HeaderClassName
{
color: #4B0F44;
}
.AnyTagClassName
{
color: #4B0F44;
}
</style>
background-color css
<style>
a { background-color: #4B0F44; }
a { background-color: rgb(75,15,68); }
div.DivClassName
{
background-color: #4B0F44;
}
.BgClassName
{
background-color: #4B0F44;
}
</style>
border-color css
<style>
span { border-color: #4B0F44; }
span { border-color: rgb(75,15,68); }
td.TdClassName
{
border-color: #4B0F44;
}
.TagClassName
{
border-color: #4B0F44;
}
</style>