Shades of Mardi Gras #4B044C
Tints of Mardi Gras #4B044C
RGB
CMYK
RGB Variations
Color information
#4B044C (or 0x4B044C) is known color: Mardi Gras. HEX triplet: 4B, 04 and 4C. RGB value is (75,4,76). Sum of RGB (Red+Green+Blue) = 75+4+76=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B044C is #B4FBB3. Grayscale: #212121. Windows color (decimal): -11860916 or 4981835. OLE color: 4981835.
HSL color Cylindrical-coordinate representation of color #4B044C: hue angle of 299.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B044C is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 4 | 76 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.70 |
| HSL | 299.17º | 0.9% | 0.16% | - |
| HSV(B) | 299.17º | 0.95% | 0.3% | - |
| XYZ | 4.25 | 2.1 | 7.02 | - |
| YUV | 33.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 76 | 0.01 | 0.95 | 0 | 0.70 | 299.17 | 0.9 | 0.16 |
| Hex | 4B | 4 | 4C | 1 | 5F | 0 | 46 | 12B | 5A | 10 |
| Octal | 113 | 4 | 114 | 1 | 137 | 0 | 106 | 453 | 132 | 20 |
| Binary | 1001011 | 100 | 1001100 | 1 | 1011111 | 0 | 1000110 | 100101011 | 1011010 | 10000 |
Color Harmonies of #4B044C
Complementary color
Monochromatic Colors of #4B044C
Black with #4B044C
Text Example
Text Example
White with #4B044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B044C; }
p { color: rgb(75,4,76); }
H1.HeaderClassName
{
color: #4B044C;
}
.AnyTagClassName
{
color: #4B044C;
}
</style>
background-color css
<style>
a { background-color: #4B044C; }
a { background-color: rgb(75,4,76); }
div.DivClassName
{
background-color: #4B044C;
}
.BgClassName
{
background-color: #4B044C;
}
</style>
border-color css
<style>
span { border-color: #4B044C; }
span { border-color: rgb(75,4,76); }
td.TdClassName
{
border-color: #4B044C;
}
.TagClassName
{
border-color: #4B044C;
}
</style>