Shades of Mardi Gras #4A024B
Tints of Mardi Gras #4A024B
RGB
CMYK
RGB Variations
Color information
#4A024B (or 0x4A024B) is known color: Mardi Gras. HEX triplet: 4A, 02 and 4B. RGB value is (74,2,75). Sum of RGB (Red+Green+Blue) = 74+2+75=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A024B is #B5FDB4. Grayscale: #1F1F1F. Windows color (decimal): -11926965 or 4915786. OLE color: 4915786.
HSL color Cylindrical-coordinate representation of color #4A024B: hue angle of 299.18º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A024B is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 2 | 75 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.71 |
| HSL | 299.18º | 0.95% | 0.15% | - |
| HSV(B) | 299.18º | 0.97% | 0.29% | - |
| XYZ | 4.12 | 2.01 | 6.83 | - |
| YUV | 31.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 75 | 0.01 | 0.97 | 0 | 0.71 | 299.18 | 0.95 | 0.15 |
| Hex | 4A | 2 | 4B | 1 | 61 | 0 | 47 | 12B | 5F | F |
| Octal | 112 | 2 | 113 | 1 | 141 | 0 | 107 | 453 | 137 | 17 |
| Binary | 1001010 | 10 | 1001011 | 1 | 1100001 | 0 | 1000111 | 100101011 | 1011111 | 1111 |
Color Harmonies of #4A024B
Complementary color
Monochromatic Colors of #4A024B
Black with #4A024B
Text Example
Text Example
White with #4A024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A024B; }
p { color: rgb(74,2,75); }
H1.HeaderClassName
{
color: #4A024B;
}
.AnyTagClassName
{
color: #4A024B;
}
</style>
background-color css
<style>
a { background-color: #4A024B; }
a { background-color: rgb(74,2,75); }
div.DivClassName
{
background-color: #4A024B;
}
.BgClassName
{
background-color: #4A024B;
}
</style>
border-color css
<style>
span { border-color: #4A024B; }
span { border-color: rgb(74,2,75); }
td.TdClassName
{
border-color: #4A024B;
}
.TagClassName
{
border-color: #4A024B;
}
</style>