Shades of Mardi Gras #4A0A44
Tints of Mardi Gras #4A0A44
RGB
CMYK
RGB Variations
Color information
#4A0A44 (or 0x4A0A44) is known color: Mardi Gras. HEX triplet: 4A, 0A and 44. RGB value is (74,10,68). Sum of RGB (Red+Green+Blue) = 74+10+68=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A44 is #B5F5BB. Grayscale: #232323. Windows color (decimal): -11924924 or 4459082. OLE color: 4459082.
HSL color Cylindrical-coordinate representation of color #4A0A44: hue angle of 305.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0A44 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 10 | 68 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.71 |
| HSL | 305.63º | 0.76% | 0.16% | - |
| HSV(B) | 305.63º | 0.86% | 0.29% | - |
| XYZ | 3.98 | 2.09 | 5.66 | - |
| YUV | 35.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 68 | 0 | 0.86 | 0.08 | 0.71 | 305.63 | 0.76 | 0.16 |
| Hex | 4A | A | 44 | 0 | 56 | 8 | 47 | 132 | 4C | 10 |
| Octal | 112 | 12 | 104 | 0 | 126 | 10 | 107 | 462 | 114 | 20 |
| Binary | 1001010 | 1010 | 1000100 | 0 | 1010110 | 1000 | 1000111 | 100110010 | 1001100 | 10000 |
Color Harmonies of #4A0A44
Complementary color
Monochromatic Colors of #4A0A44
Black with #4A0A44
Text Example
Text Example
White with #4A0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A44; }
p { color: rgb(74,10,68); }
H1.HeaderClassName
{
color: #4A0A44;
}
.AnyTagClassName
{
color: #4A0A44;
}
</style>
background-color css
<style>
a { background-color: #4A0A44; }
a { background-color: rgb(74,10,68); }
div.DivClassName
{
background-color: #4A0A44;
}
.BgClassName
{
background-color: #4A0A44;
}
</style>
border-color css
<style>
span { border-color: #4A0A44; }
span { border-color: rgb(74,10,68); }
td.TdClassName
{
border-color: #4A0A44;
}
.TagClassName
{
border-color: #4A0A44;
}
</style>