Shades of Mardi Gras #4B0F48
Tints of Mardi Gras #4B0F48
RGB
CMYK
RGB Variations
Color information
#4B0F48 (or 0x4B0F48) is known color: Mardi Gras. HEX triplet: 4B, 0F and 48. RGB value is (75,15,72). Sum of RGB (Red+Green+Blue) = 75+15+72=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F48 is #B4F0B7. Grayscale: #272727. Windows color (decimal): -11858104 or 4722507. OLE color: 4722507.
HSL color Cylindrical-coordinate representation of color #4B0F48: hue angle of 303º 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 #4B0F48 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 15 | 72 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.71 |
| HSL | 303º | 0.67% | 0.18% | - |
| HSV(B) | 303º | 0.8% | 0.29% | - |
| XYZ | 4.24 | 2.31 | 6.35 | - |
| YUV | 39.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 72 | 0 | 0.80 | 0.04 | 0.71 | 303 | 0.67 | 0.18 |
| Hex | 4B | F | 48 | 0 | 50 | 4 | 47 | 12F | 43 | 12 |
| Octal | 113 | 17 | 110 | 0 | 120 | 4 | 107 | 457 | 103 | 22 |
| Binary | 1001011 | 1111 | 1001000 | 0 | 1010000 | 100 | 1000111 | 100101111 | 1000011 | 10010 |
Color Harmonies of #4B0F48
Complementary color
Monochromatic Colors of #4B0F48
Black with #4B0F48
Text Example
Text Example
White with #4B0F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F48; }
p { color: rgb(75,15,72); }
H1.HeaderClassName
{
color: #4B0F48;
}
.AnyTagClassName
{
color: #4B0F48;
}
</style>
background-color css
<style>
a { background-color: #4B0F48; }
a { background-color: rgb(75,15,72); }
div.DivClassName
{
background-color: #4B0F48;
}
.BgClassName
{
background-color: #4B0F48;
}
</style>
border-color css
<style>
span { border-color: #4B0F48; }
span { border-color: rgb(75,15,72); }
td.TdClassName
{
border-color: #4B0F48;
}
.TagClassName
{
border-color: #4B0F48;
}
</style>