Shades of Mardi Gras #490B45
Tints of Mardi Gras #490B45
RGB
CMYK
RGB Variations
Color information
#490B45 (or 0x490B45) is known color: Mardi Gras. HEX triplet: 49, 0B and 45. RGB value is (73,11,69). Sum of RGB (Red+Green+Blue) = 73+11+69=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #490B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B45 is #B6F4BA. Grayscale: #232323. Windows color (decimal): -11990203 or 4524873. OLE color: 4524873.
HSL color Cylindrical-coordinate representation of color #490B45: hue angle of 303.87º 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 #490B45 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 69 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.71 |
| HSL | 303.87º | 0.74% | 0.16% | - |
| HSV(B) | 303.87º | 0.85% | 0.29% | - |
| XYZ | 3.94 | 2.09 | 5.83 | - |
| YUV | 36.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 69 | 0 | 0.85 | 0.05 | 0.71 | 303.87 | 0.74 | 0.16 |
| Hex | 49 | B | 45 | 0 | 55 | 5 | 47 | 130 | 4A | 10 |
| Octal | 111 | 13 | 105 | 0 | 125 | 5 | 107 | 460 | 112 | 20 |
| Binary | 1001001 | 1011 | 1000101 | 0 | 1010101 | 101 | 1000111 | 100110000 | 1001010 | 10000 |
Color Harmonies of #490B45
Complementary color
Monochromatic Colors of #490B45
Black with #490B45
Text Example
Text Example
White with #490B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B45; }
p { color: rgb(73,11,69); }
H1.HeaderClassName
{
color: #490B45;
}
.AnyTagClassName
{
color: #490B45;
}
</style>
background-color css
<style>
a { background-color: #490B45; }
a { background-color: rgb(73,11,69); }
div.DivClassName
{
background-color: #490B45;
}
.BgClassName
{
background-color: #490B45;
}
</style>
border-color css
<style>
span { border-color: #490B45; }
span { border-color: rgb(73,11,69); }
td.TdClassName
{
border-color: #490B45;
}
.TagClassName
{
border-color: #490B45;
}
</style>