Shades of Mardi Gras #49044B
Tints of Mardi Gras #49044B
RGB
CMYK
RGB Variations
Color information
#49044B (or 0x49044B) is known color: Mardi Gras. HEX triplet: 49, 04 and 4B. RGB value is (73,4,75). Sum of RGB (Red+Green+Blue) = 73+4+75=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #49044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49044B is #B6FBB4. Grayscale: #202020. Windows color (decimal): -11991989 or 4916297. OLE color: 4916297.
HSL color Cylindrical-coordinate representation of color #49044B: hue angle of 298.31º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49044B is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 75 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.71 |
| HSL | 298.31º | 0.9% | 0.15% | - |
| HSV(B) | 298.31º | 0.95% | 0.29% | - |
| XYZ | 4.06 | 2.01 | 6.83 | - |
| YUV | 32.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 75 | 0.03 | 0.95 | 0 | 0.71 | 298.31 | 0.9 | 0.15 |
| Hex | 49 | 4 | 4B | 3 | 5F | 0 | 47 | 12A | 5A | F |
| Octal | 111 | 4 | 113 | 3 | 137 | 0 | 107 | 452 | 132 | 17 |
| Binary | 1001001 | 100 | 1001011 | 11 | 1011111 | 0 | 1000111 | 100101010 | 1011010 | 1111 |
Color Harmonies of #49044B
Complementary color
Monochromatic Colors of #49044B
Black with #49044B
Text Example
Text Example
White with #49044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49044B; }
p { color: rgb(73,4,75); }
H1.HeaderClassName
{
color: #49044B;
}
.AnyTagClassName
{
color: #49044B;
}
</style>
background-color css
<style>
a { background-color: #49044B; }
a { background-color: rgb(73,4,75); }
div.DivClassName
{
background-color: #49044B;
}
.BgClassName
{
background-color: #49044B;
}
</style>
border-color css
<style>
span { border-color: #49044B; }
span { border-color: rgb(73,4,75); }
td.TdClassName
{
border-color: #49044B;
}
.TagClassName
{
border-color: #49044B;
}
</style>