Shades of Mardi Gras #4E094A
Tints of Mardi Gras #4E094A
RGB
CMYK
RGB Variations
Color information
#4E094A (or 0x4E094A) is known color: Mardi Gras. HEX triplet: 4E, 09 and 4A. RGB value is (78,9,74). Sum of RGB (Red+Green+Blue) = 78+9+74=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E094A is #B1F6B5. Grayscale: #242424. Windows color (decimal): -11663030 or 4852046. OLE color: 4852046.
HSL color Cylindrical-coordinate representation of color #4E094A: hue angle of 303.48º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E094A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 74 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.69 |
| HSL | 303.48º | 0.79% | 0.17% | - |
| HSV(B) | 303.48º | 0.88% | 0.31% | - |
| XYZ | 4.48 | 2.31 | 6.69 | - |
| YUV | 37.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 74 | 0 | 0.88 | 0.05 | 0.69 | 303.48 | 0.79 | 0.17 |
| Hex | 4E | 9 | 4A | 0 | 58 | 5 | 45 | 12F | 4F | 11 |
| Octal | 116 | 11 | 112 | 0 | 130 | 5 | 105 | 457 | 117 | 21 |
| Binary | 1001110 | 1001 | 1001010 | 0 | 1011000 | 101 | 1000101 | 100101111 | 1001111 | 10001 |
Color Harmonies of #4E094A
Complementary color
Monochromatic Colors of #4E094A
Black with #4E094A
Text Example
Text Example
White with #4E094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E094A; }
p { color: rgb(78,9,74); }
H1.HeaderClassName
{
color: #4E094A;
}
.AnyTagClassName
{
color: #4E094A;
}
</style>
background-color css
<style>
a { background-color: #4E094A; }
a { background-color: rgb(78,9,74); }
div.DivClassName
{
background-color: #4E094A;
}
.BgClassName
{
background-color: #4E094A;
}
</style>
border-color css
<style>
span { border-color: #4E094A; }
span { border-color: rgb(78,9,74); }
td.TdClassName
{
border-color: #4E094A;
}
.TagClassName
{
border-color: #4E094A;
}
</style>