Shades of Mardi Gras #46163E
Tints of Mardi Gras #46163E
RGB
CMYK
RGB Variations
Color information
#46163E (or 0x46163E) is known color: Mardi Gras. HEX triplet: 46, 16 and 3E. RGB value is (70,22,62). Sum of RGB (Red+Green+Blue) = 70+22+62=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163E is #B9E9C1. Grayscale: #282828. Windows color (decimal): -12184002 or 4068934. OLE color: 4068934.
HSL color Cylindrical-coordinate representation of color #46163E: hue angle of 310º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46163E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 62 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.73 |
| HSL | 310º | 0.52% | 0.18% | - |
| HSV(B) | 310º | 0.69% | 0.27% | - |
| XYZ | 3.68 | 2.22 | 4.79 | - |
| YUV | 40.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 62 | 0 | 0.69 | 0.11 | 0.73 | 310 | 0.52 | 0.18 |
| Hex | 46 | 16 | 3E | 0 | 45 | B | 49 | 136 | 34 | 12 |
| Octal | 106 | 26 | 76 | 0 | 105 | 13 | 111 | 466 | 64 | 22 |
| Binary | 1000110 | 10110 | 111110 | 0 | 1000101 | 1011 | 1001001 | 100110110 | 110100 | 10010 |
Color Harmonies of #46163E
Complementary color
Monochromatic Colors of #46163E
Black with #46163E
Text Example
Text Example
White with #46163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46163E; }
p { color: rgb(70,22,62); }
H1.HeaderClassName
{
color: #46163E;
}
.AnyTagClassName
{
color: #46163E;
}
</style>
background-color css
<style>
a { background-color: #46163E; }
a { background-color: rgb(70,22,62); }
div.DivClassName
{
background-color: #46163E;
}
.BgClassName
{
background-color: #46163E;
}
</style>
border-color css
<style>
span { border-color: #46163E; }
span { border-color: rgb(70,22,62); }
td.TdClassName
{
border-color: #46163E;
}
.TagClassName
{
border-color: #46163E;
}
</style>