Shades of Mardi Gras #46183E
Tints of Mardi Gras #46183E
RGB
CMYK
RGB Variations
Color information
#46183E (or 0x46183E) is known color: Mardi Gras. HEX triplet: 46, 18 and 3E. RGB value is (70,24,62). Sum of RGB (Red+Green+Blue) = 70+24+62=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #46183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46183E is #B9E7C1. Grayscale: #292929. Windows color (decimal): -12183490 or 4069446. OLE color: 4069446.
HSL color Cylindrical-coordinate representation of color #46183E: hue angle of 310.43º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46183E is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 62 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.73 |
| HSL | 310.43º | 0.49% | 0.18% | - |
| HSV(B) | 310.43º | 0.66% | 0.27% | - |
| XYZ | 3.72 | 2.3 | 4.81 | - |
| YUV | 42.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 62 | 0 | 0.66 | 0.11 | 0.73 | 310.43 | 0.49 | 0.18 |
| Hex | 46 | 18 | 3E | 0 | 42 | B | 49 | 136 | 31 | 12 |
| Octal | 106 | 30 | 76 | 0 | 102 | 13 | 111 | 466 | 61 | 22 |
| Binary | 1000110 | 11000 | 111110 | 0 | 1000010 | 1011 | 1001001 | 100110110 | 110001 | 10010 |
Color Harmonies of #46183E
Complementary color
Monochromatic Colors of #46183E
Black with #46183E
Text Example
Text Example
White with #46183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46183E; }
p { color: rgb(70,24,62); }
H1.HeaderClassName
{
color: #46183E;
}
.AnyTagClassName
{
color: #46183E;
}
</style>
background-color css
<style>
a { background-color: #46183E; }
a { background-color: rgb(70,24,62); }
div.DivClassName
{
background-color: #46183E;
}
.BgClassName
{
background-color: #46183E;
}
</style>
border-color css
<style>
span { border-color: #46183E; }
span { border-color: rgb(70,24,62); }
td.TdClassName
{
border-color: #46183E;
}
.TagClassName
{
border-color: #46183E;
}
</style>