Shades of Mardi Gras #49024B
Tints of Mardi Gras #49024B
RGB
CMYK
RGB Variations
Color information
#49024B (or 0x49024B) is known color: Mardi Gras. HEX triplet: 49, 02 and 4B. RGB value is (73,2,75). Sum of RGB (Red+Green+Blue) = 73+2+75=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #49024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49024B is #B6FDB4. Grayscale: #1F1F1F. Windows color (decimal): -11992501 or 4915785. OLE color: 4915785.
HSL color Cylindrical-coordinate representation of color #49024B: hue angle of 298.36º 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 #49024B is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 75 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.71 |
| HSL | 298.36º | 0.95% | 0.15% | - |
| HSV(B) | 298.36º | 0.97% | 0.29% | - |
| XYZ | 4.04 | 1.97 | 6.82 | - |
| YUV | 31.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 75 | 0.03 | 0.97 | 0 | 0.71 | 298.36 | 0.95 | 0.15 |
| Hex | 49 | 2 | 4B | 3 | 61 | 0 | 47 | 12A | 5F | F |
| Octal | 111 | 2 | 113 | 3 | 141 | 0 | 107 | 452 | 137 | 17 |
| Binary | 1001001 | 10 | 1001011 | 11 | 1100001 | 0 | 1000111 | 100101010 | 1011111 | 1111 |
Color Harmonies of #49024B
Complementary color
Monochromatic Colors of #49024B
Black with #49024B
Text Example
Text Example
White with #49024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49024B; }
p { color: rgb(73,2,75); }
H1.HeaderClassName
{
color: #49024B;
}
.AnyTagClassName
{
color: #49024B;
}
</style>
background-color css
<style>
a { background-color: #49024B; }
a { background-color: rgb(73,2,75); }
div.DivClassName
{
background-color: #49024B;
}
.BgClassName
{
background-color: #49024B;
}
</style>
border-color css
<style>
span { border-color: #49024B; }
span { border-color: rgb(73,2,75); }
td.TdClassName
{
border-color: #49024B;
}
.TagClassName
{
border-color: #49024B;
}
</style>