Shades of Mardi Gras #490248
Tints of Mardi Gras #490248
RGB
CMYK
RGB Variations
Color information
#490248 (or 0x490248) is known color: Mardi Gras. HEX triplet: 49, 02 and 48. RGB value is (73,2,72). Sum of RGB (Red+Green+Blue) = 73+2+72=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #490248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490248 is #B6FDB7. Grayscale: #1F1F1F. Windows color (decimal): -11992504 or 4719177. OLE color: 4719177.
HSL color Cylindrical-coordinate representation of color #490248: hue angle of 300.85º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490248 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 72 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.71 |
| HSL | 300.85º | 0.95% | 0.15% | - |
| HSV(B) | 300.85º | 0.97% | 0.29% | - |
| XYZ | 3.94 | 1.93 | 6.3 | - |
| YUV | 31.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 72 | 0 | 0.97 | 0.01 | 0.71 | 300.85 | 0.95 | 0.15 |
| Hex | 49 | 2 | 48 | 0 | 61 | 1 | 47 | 12D | 5F | F |
| Octal | 111 | 2 | 110 | 0 | 141 | 1 | 107 | 455 | 137 | 17 |
| Binary | 1001001 | 10 | 1001000 | 0 | 1100001 | 1 | 1000111 | 100101101 | 1011111 | 1111 |
Color Harmonies of #490248
Complementary color
Monochromatic Colors of #490248
Black with #490248
Text Example
Text Example
White with #490248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490248; }
p { color: rgb(73,2,72); }
H1.HeaderClassName
{
color: #490248;
}
.AnyTagClassName
{
color: #490248;
}
</style>
background-color css
<style>
a { background-color: #490248; }
a { background-color: rgb(73,2,72); }
div.DivClassName
{
background-color: #490248;
}
.BgClassName
{
background-color: #490248;
}
</style>
border-color css
<style>
span { border-color: #490248; }
span { border-color: rgb(73,2,72); }
td.TdClassName
{
border-color: #490248;
}
.TagClassName
{
border-color: #490248;
}
</style>