Shades of Mardi Gras #4A0944
Tints of Mardi Gras #4A0944
RGB
CMYK
RGB Variations
Color information
#4A0944 (or 0x4A0944) is known color: Mardi Gras. HEX triplet: 4A, 09 and 44. RGB value is (74,9,68). Sum of RGB (Red+Green+Blue) = 74+9+68=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0944 is #B5F6BB. Grayscale: #222222. Windows color (decimal): -11925180 or 4458826. OLE color: 4458826.
HSL color Cylindrical-coordinate representation of color #4A0944: hue angle of 305.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0944 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 68 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.71 |
| HSL | 305.54º | 0.78% | 0.16% | - |
| HSV(B) | 305.54º | 0.88% | 0.29% | - |
| XYZ | 3.97 | 2.07 | 5.66 | - |
| YUV | 35.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 68 | 0 | 0.88 | 0.08 | 0.71 | 305.54 | 0.78 | 0.16 |
| Hex | 4A | 9 | 44 | 0 | 58 | 8 | 47 | 132 | 4E | 10 |
| Octal | 112 | 11 | 104 | 0 | 130 | 10 | 107 | 462 | 116 | 20 |
| Binary | 1001010 | 1001 | 1000100 | 0 | 1011000 | 1000 | 1000111 | 100110010 | 1001110 | 10000 |
Color Harmonies of #4A0944
Complementary color
Monochromatic Colors of #4A0944
Black with #4A0944
Text Example
Text Example
White with #4A0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0944; }
p { color: rgb(74,9,68); }
H1.HeaderClassName
{
color: #4A0944;
}
.AnyTagClassName
{
color: #4A0944;
}
</style>
background-color css
<style>
a { background-color: #4A0944; }
a { background-color: rgb(74,9,68); }
div.DivClassName
{
background-color: #4A0944;
}
.BgClassName
{
background-color: #4A0944;
}
</style>
border-color css
<style>
span { border-color: #4A0944; }
span { border-color: rgb(74,9,68); }
td.TdClassName
{
border-color: #4A0944;
}
.TagClassName
{
border-color: #4A0944;
}
</style>