Shades of Mardi Gras #490A43
Tints of Mardi Gras #490A43
RGB
CMYK
RGB Variations
Color information
#490A43 (or 0x490A43) is known color: Mardi Gras. HEX triplet: 49, 0A and 43. RGB value is (73,10,67). Sum of RGB (Red+Green+Blue) = 73+10+67=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #490A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A43 is #B6F5BC. Grayscale: #232323. Windows color (decimal): -11990461 or 4393545. OLE color: 4393545.
HSL color Cylindrical-coordinate representation of color #490A43: hue angle of 305.71º 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 #490A43 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 67 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.71 |
| HSL | 305.71º | 0.76% | 0.16% | - |
| HSV(B) | 305.71º | 0.86% | 0.29% | - |
| XYZ | 3.87 | 2.04 | 5.5 | - |
| YUV | 35.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 67 | 0 | 0.86 | 0.08 | 0.71 | 305.71 | 0.76 | 0.16 |
| Hex | 49 | A | 43 | 0 | 56 | 8 | 47 | 132 | 4C | 10 |
| Octal | 111 | 12 | 103 | 0 | 126 | 10 | 107 | 462 | 114 | 20 |
| Binary | 1001001 | 1010 | 1000011 | 0 | 1010110 | 1000 | 1000111 | 100110010 | 1001100 | 10000 |
Color Harmonies of #490A43
Complementary color
Monochromatic Colors of #490A43
Black with #490A43
Text Example
Text Example
White with #490A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A43; }
p { color: rgb(73,10,67); }
H1.HeaderClassName
{
color: #490A43;
}
.AnyTagClassName
{
color: #490A43;
}
</style>
background-color css
<style>
a { background-color: #490A43; }
a { background-color: rgb(73,10,67); }
div.DivClassName
{
background-color: #490A43;
}
.BgClassName
{
background-color: #490A43;
}
</style>
border-color css
<style>
span { border-color: #490A43; }
span { border-color: rgb(73,10,67); }
td.TdClassName
{
border-color: #490A43;
}
.TagClassName
{
border-color: #490A43;
}
</style>