Shades of Mardi Gras #4A0844
Tints of Mardi Gras #4A0844
RGB
CMYK
RGB Variations
Color information
#4A0844 (or 0x4A0844) is known color: Mardi Gras. HEX triplet: 4A, 08 and 44. RGB value is (74,8,68). Sum of RGB (Red+Green+Blue) = 74+8+68=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0844 is #B5F7BB. Grayscale: #222222. Windows color (decimal): -11925436 or 4458570. OLE color: 4458570.
HSL color Cylindrical-coordinate representation of color #4A0844: hue angle of 305.45º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0844 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 68 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.71 |
| HSL | 305.45º | 0.8% | 0.16% | - |
| HSV(B) | 305.45º | 0.89% | 0.29% | - |
| XYZ | 3.95 | 2.05 | 5.66 | - |
| YUV | 34.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 68 | 0 | 0.89 | 0.08 | 0.71 | 305.45 | 0.8 | 0.16 |
| Hex | 4A | 8 | 44 | 0 | 59 | 8 | 47 | 131 | 50 | 10 |
| Octal | 112 | 10 | 104 | 0 | 131 | 10 | 107 | 461 | 120 | 20 |
| Binary | 1001010 | 1000 | 1000100 | 0 | 1011001 | 1000 | 1000111 | 100110001 | 1010000 | 10000 |
Color Harmonies of #4A0844
Complementary color
Monochromatic Colors of #4A0844
Black with #4A0844
Text Example
Text Example
White with #4A0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0844; }
p { color: rgb(74,8,68); }
H1.HeaderClassName
{
color: #4A0844;
}
.AnyTagClassName
{
color: #4A0844;
}
</style>
background-color css
<style>
a { background-color: #4A0844; }
a { background-color: rgb(74,8,68); }
div.DivClassName
{
background-color: #4A0844;
}
.BgClassName
{
background-color: #4A0844;
}
</style>
border-color css
<style>
span { border-color: #4A0844; }
span { border-color: rgb(74,8,68); }
td.TdClassName
{
border-color: #4A0844;
}
.TagClassName
{
border-color: #4A0844;
}
</style>