Shades of Mardi Gras #4B004C
Tints of Mardi Gras #4B004C
RGB
CMYK
RGB Variations
Color information
#4B004C (or 0x4B004C) is known color: Mardi Gras. HEX triplet: 4B, 00 and 4C. RGB value is (75,0,76). Sum of RGB (Red+Green+Blue) = 75+0+76=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B004C is #B4FFB3. Grayscale: #1E1E1E. Windows color (decimal): -11861940 or 4980811. OLE color: 4980811.
HSL color Cylindrical-coordinate representation of color #4B004C: hue angle of 299.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B004C is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 0 | 76 | - |
| CMYK | 0.01 | 1 | 0 | 0.70 |
| HSL | 299.21º | 1% | 0.15% | - |
| HSV(B) | 299.21º | 1% | 0.3% | - |
| XYZ | 4.21 | 2.02 | 7.01 | - |
| YUV | 31.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 76 | 0.01 | 1 | 0 | 0.70 | 299.21 | 1 | 0.15 |
| Hex | 4B | 0 | 4C | 1 | 64 | 0 | 46 | 12B | 64 | F |
| Octal | 113 | 0 | 114 | 1 | 144 | 0 | 106 | 453 | 144 | 17 |
| Binary | 1001011 | 0 | 1001100 | 1 | 1100100 | 0 | 1000110 | 100101011 | 1100100 | 1111 |
Color Harmonies of #4B004C
Complementary color
Monochromatic Colors of #4B004C
Black with #4B004C
Text Example
Text Example
White with #4B004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B004C; }
p { color: rgb(75,0,76); }
H1.HeaderClassName
{
color: #4B004C;
}
.AnyTagClassName
{
color: #4B004C;
}
</style>
background-color css
<style>
a { background-color: #4B004C; }
a { background-color: rgb(75,0,76); }
div.DivClassName
{
background-color: #4B004C;
}
.BgClassName
{
background-color: #4B004C;
}
</style>
border-color css
<style>
span { border-color: #4B004C; }
span { border-color: rgb(75,0,76); }
td.TdClassName
{
border-color: #4B004C;
}
.TagClassName
{
border-color: #4B004C;
}
</style>