Shades of Mardi Gras #440E49
Tints of Mardi Gras #440E49
RGB
CMYK
RGB Variations
Color information
#440E49 (or 0x440E49) is known color: Mardi Gras. HEX triplet: 44, 0E and 49. RGB value is (68,14,73). Sum of RGB (Red+Green+Blue) = 68+14+73=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #440E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E49 is #BBF1B6. Grayscale: #242424. Windows color (decimal): -12317111 or 4787780. OLE color: 4787780.
HSL color Cylindrical-coordinate representation of color #440E49: hue angle of 294.92º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440E49 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 14 | 73 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.71 |
| HSL | 294.92º | 0.68% | 0.17% | - |
| HSV(B) | 294.92º | 0.81% | 0.29% | - |
| XYZ | 3.74 | 2.02 | 6.5 | - |
| YUV | 36.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 73 | 0.07 | 0.81 | 0 | 0.71 | 294.92 | 0.68 | 0.17 |
| Hex | 44 | E | 49 | 7 | 51 | 0 | 47 | 127 | 44 | 11 |
| Octal | 104 | 16 | 111 | 7 | 121 | 0 | 107 | 447 | 104 | 21 |
| Binary | 1000100 | 1110 | 1001001 | 111 | 1010001 | 0 | 1000111 | 100100111 | 1000100 | 10001 |
Color Harmonies of #440E49
Complementary color
Monochromatic Colors of #440E49
Black with #440E49
Text Example
Text Example
White with #440E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E49; }
p { color: rgb(68,14,73); }
H1.HeaderClassName
{
color: #440E49;
}
.AnyTagClassName
{
color: #440E49;
}
</style>
background-color css
<style>
a { background-color: #440E49; }
a { background-color: rgb(68,14,73); }
div.DivClassName
{
background-color: #440E49;
}
.BgClassName
{
background-color: #440E49;
}
</style>
border-color css
<style>
span { border-color: #440E49; }
span { border-color: rgb(68,14,73); }
td.TdClassName
{
border-color: #440E49;
}
.TagClassName
{
border-color: #440E49;
}
</style>