Shades of Mardi Gras #461E43
Tints of Mardi Gras #461E43
RGB
CMYK
RGB Variations
Color information
#461E43 (or 0x461E43) is known color: Mardi Gras. HEX triplet: 46, 1E and 43. RGB value is (70,30,67). Sum of RGB (Red+Green+Blue) = 70+30+67=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #461E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E43 is #B9E1BC. Grayscale: #2E2E2E. Windows color (decimal): -12181949 or 4398662. OLE color: 4398662.
HSL color Cylindrical-coordinate representation of color #461E43: hue angle of 304.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E43 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 67 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.73 |
| HSL | 304.5º | 0.4% | 0.2% | - |
| HSV(B) | 304.5º | 0.57% | 0.27% | - |
| XYZ | 4 | 2.64 | 5.61 | - |
| YUV | 46.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 67 | 0 | 0.57 | 0.04 | 0.73 | 304.5 | 0.4 | 0.2 |
| Hex | 46 | 1E | 43 | 0 | 39 | 4 | 49 | 130 | 28 | 14 |
| Octal | 106 | 36 | 103 | 0 | 71 | 4 | 111 | 460 | 50 | 24 |
| Binary | 1000110 | 11110 | 1000011 | 0 | 111001 | 100 | 1001001 | 100110000 | 101000 | 10100 |
Color Harmonies of #461E43
Complementary color
Monochromatic Colors of #461E43
Black with #461E43
Text Example
Text Example
White with #461E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E43; }
p { color: rgb(70,30,67); }
H1.HeaderClassName
{
color: #461E43;
}
.AnyTagClassName
{
color: #461E43;
}
</style>
background-color css
<style>
a { background-color: #461E43; }
a { background-color: rgb(70,30,67); }
div.DivClassName
{
background-color: #461E43;
}
.BgClassName
{
background-color: #461E43;
}
</style>
border-color css
<style>
span { border-color: #461E43; }
span { border-color: rgb(70,30,67); }
td.TdClassName
{
border-color: #461E43;
}
.TagClassName
{
border-color: #461E43;
}
</style>