Shades of Mardi Gras #4A0449
Tints of Mardi Gras #4A0449
RGB
CMYK
RGB Variations
Color information
#4A0449 (or 0x4A0449) is known color: Mardi Gras. HEX triplet: 4A, 04 and 49. RGB value is (74,4,73). Sum of RGB (Red+Green+Blue) = 74+4+73=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0449 is #B5FBB6. Grayscale: #202020. Windows color (decimal): -11926455 or 4785226. OLE color: 4785226.
HSL color Cylindrical-coordinate representation of color #4A0449: hue angle of 300.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0449 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 73 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.71 |
| HSL | 300.86º | 0.9% | 0.15% | - |
| HSV(B) | 300.86º | 0.95% | 0.29% | - |
| XYZ | 4.07 | 2.02 | 6.48 | - |
| YUV | 32.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 73 | 0 | 0.95 | 0.01 | 0.71 | 300.86 | 0.9 | 0.15 |
| Hex | 4A | 4 | 49 | 0 | 5F | 1 | 47 | 12D | 5A | F |
| Octal | 112 | 4 | 111 | 0 | 137 | 1 | 107 | 455 | 132 | 17 |
| Binary | 1001010 | 100 | 1001001 | 0 | 1011111 | 1 | 1000111 | 100101101 | 1011010 | 1111 |
Color Harmonies of #4A0449
Complementary color
Monochromatic Colors of #4A0449
Black with #4A0449
Text Example
Text Example
White with #4A0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0449; }
p { color: rgb(74,4,73); }
H1.HeaderClassName
{
color: #4A0449;
}
.AnyTagClassName
{
color: #4A0449;
}
</style>
background-color css
<style>
a { background-color: #4A0449; }
a { background-color: rgb(74,4,73); }
div.DivClassName
{
background-color: #4A0449;
}
.BgClassName
{
background-color: #4A0449;
}
</style>
border-color css
<style>
span { border-color: #4A0449; }
span { border-color: rgb(74,4,73); }
td.TdClassName
{
border-color: #4A0449;
}
.TagClassName
{
border-color: #4A0449;
}
</style>