Shades of Mardi Gras #490444
Tints of Mardi Gras #490444
RGB
CMYK
RGB Variations
Color information
#490444 (or 0x490444) is known color: Mardi Gras. HEX triplet: 49, 04 and 44. RGB value is (73,4,68). Sum of RGB (Red+Green+Blue) = 73+4+68=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #490444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490444 is #B6FBBB. Grayscale: #1F1F1F. Windows color (decimal): -11991996 or 4457545. OLE color: 4457545.
HSL color Cylindrical-coordinate representation of color #490444: hue angle of 304.35º 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 #490444 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 68 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.71 |
| HSL | 304.35º | 0.9% | 0.15% | - |
| HSV(B) | 304.35º | 0.95% | 0.29% | - |
| XYZ | 3.83 | 1.92 | 5.64 | - |
| YUV | 31.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 68 | 0 | 0.95 | 0.07 | 0.71 | 304.35 | 0.9 | 0.15 |
| Hex | 49 | 4 | 44 | 0 | 5F | 7 | 47 | 130 | 5A | F |
| Octal | 111 | 4 | 104 | 0 | 137 | 7 | 107 | 460 | 132 | 17 |
| Binary | 1001001 | 100 | 1000100 | 0 | 1011111 | 111 | 1000111 | 100110000 | 1011010 | 1111 |
Color Harmonies of #490444
Complementary color
Monochromatic Colors of #490444
Black with #490444
Text Example
Text Example
White with #490444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490444; }
p { color: rgb(73,4,68); }
H1.HeaderClassName
{
color: #490444;
}
.AnyTagClassName
{
color: #490444;
}
</style>
background-color css
<style>
a { background-color: #490444; }
a { background-color: rgb(73,4,68); }
div.DivClassName
{
background-color: #490444;
}
.BgClassName
{
background-color: #490444;
}
</style>
border-color css
<style>
span { border-color: #490444; }
span { border-color: rgb(73,4,68); }
td.TdClassName
{
border-color: #490444;
}
.TagClassName
{
border-color: #490444;
}
</style>