Shades of Mardi Gras #46054D
Tints of Mardi Gras #46054D
RGB
CMYK
RGB Variations
Color information
#46054D (or 0x46054D) is known color: Mardi Gras. HEX triplet: 46, 05 and 4D. RGB value is (70,5,77). Sum of RGB (Red+Green+Blue) = 70+5+77=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #46054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46054D is #B9FAB2. Grayscale: #202020. Windows color (decimal): -12188339 or 5047622. OLE color: 5047622.
HSL color Cylindrical-coordinate representation of color #46054D: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46054D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 5 | 77 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.70 |
| HSL | 294.17º | 0.88% | 0.16% | - |
| HSV(B) | 294.17º | 0.94% | 0.3% | - |
| XYZ | 3.92 | 1.95 | 7.19 | - |
| YUV | 32.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 77 | 0.09 | 0.94 | 0 | 0.70 | 294.17 | 0.88 | 0.16 |
| Hex | 46 | 5 | 4D | 9 | 5E | 0 | 46 | 126 | 58 | 10 |
| Octal | 106 | 5 | 115 | 11 | 136 | 0 | 106 | 446 | 130 | 20 |
| Binary | 1000110 | 101 | 1001101 | 1001 | 1011110 | 0 | 1000110 | 100100110 | 1011000 | 10000 |
Color Harmonies of #46054D
Complementary color
Monochromatic Colors of #46054D
Black with #46054D
Text Example
Text Example
White with #46054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46054D; }
p { color: rgb(70,5,77); }
H1.HeaderClassName
{
color: #46054D;
}
.AnyTagClassName
{
color: #46054D;
}
</style>
background-color css
<style>
a { background-color: #46054D; }
a { background-color: rgb(70,5,77); }
div.DivClassName
{
background-color: #46054D;
}
.BgClassName
{
background-color: #46054D;
}
</style>
border-color css
<style>
span { border-color: #46054D; }
span { border-color: rgb(70,5,77); }
td.TdClassName
{
border-color: #46054D;
}
.TagClassName
{
border-color: #46054D;
}
</style>