Shades of Mardi Gras #490B40
Tints of Mardi Gras #490B40
RGB
CMYK
RGB Variations
Color information
#490B40 (or 0x490B40) is known color: Mardi Gras. HEX triplet: 49, 0B and 40. RGB value is (73,11,64). Sum of RGB (Red+Green+Blue) = 73+11+64=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B40 is #B6F4BF. Grayscale: #232323. Windows color (decimal): -11990208 or 4197193. OLE color: 4197193.
HSL color Cylindrical-coordinate representation of color #490B40: hue angle of 308.71º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B40 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 64 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.71 |
| HSL | 308.71º | 0.74% | 0.16% | - |
| HSV(B) | 308.71º | 0.85% | 0.29% | - |
| XYZ | 3.79 | 2.03 | 5.04 | - |
| YUV | 35.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 64 | 0 | 0.85 | 0.12 | 0.71 | 308.71 | 0.74 | 0.16 |
| Hex | 49 | B | 40 | 0 | 55 | C | 47 | 135 | 4A | 10 |
| Octal | 111 | 13 | 100 | 0 | 125 | 14 | 107 | 465 | 112 | 20 |
| Binary | 1001001 | 1011 | 1000000 | 0 | 1010101 | 1100 | 1000111 | 100110101 | 1001010 | 10000 |
Color Harmonies of #490B40
Complementary color
Monochromatic Colors of #490B40
Black with #490B40
Text Example
Text Example
White with #490B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B40; }
p { color: rgb(73,11,64); }
H1.HeaderClassName
{
color: #490B40;
}
.AnyTagClassName
{
color: #490B40;
}
</style>
background-color css
<style>
a { background-color: #490B40; }
a { background-color: rgb(73,11,64); }
div.DivClassName
{
background-color: #490B40;
}
.BgClassName
{
background-color: #490B40;
}
</style>
border-color css
<style>
span { border-color: #490B40; }
span { border-color: rgb(73,11,64); }
td.TdClassName
{
border-color: #490B40;
}
.TagClassName
{
border-color: #490B40;
}
</style>