Shades of Mardi Gras #461E45
Tints of Mardi Gras #461E45
RGB
CMYK
RGB Variations
Color information
#461E45 (or 0x461E45) is known color: Mardi Gras. HEX triplet: 46, 1E and 45. RGB value is (70,30,69). Sum of RGB (Red+Green+Blue) = 70+30+69=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #461E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E45 is #B9E1BA. Grayscale: #2E2E2E. Windows color (decimal): -12181947 or 4529734. OLE color: 4529734.
HSL color Cylindrical-coordinate representation of color #461E45: hue angle of 301.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 #461E45 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 69 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.73 |
| HSL | 301.5º | 0.4% | 0.2% | - |
| HSV(B) | 301.5º | 0.57% | 0.27% | - |
| XYZ | 4.06 | 2.66 | 5.93 | - |
| YUV | 46.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 69 | 0 | 0.57 | 0.01 | 0.73 | 301.5 | 0.4 | 0.2 |
| Hex | 46 | 1E | 45 | 0 | 39 | 1 | 49 | 12E | 28 | 14 |
| Octal | 106 | 36 | 105 | 0 | 71 | 1 | 111 | 456 | 50 | 24 |
| Binary | 1000110 | 11110 | 1000101 | 0 | 111001 | 1 | 1001001 | 100101110 | 101000 | 10100 |
Color Harmonies of #461E45
Complementary color
Monochromatic Colors of #461E45
Black with #461E45
Text Example
Text Example
White with #461E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E45; }
p { color: rgb(70,30,69); }
H1.HeaderClassName
{
color: #461E45;
}
.AnyTagClassName
{
color: #461E45;
}
</style>
background-color css
<style>
a { background-color: #461E45; }
a { background-color: rgb(70,30,69); }
div.DivClassName
{
background-color: #461E45;
}
.BgClassName
{
background-color: #461E45;
}
</style>
border-color css
<style>
span { border-color: #461E45; }
span { border-color: rgb(70,30,69); }
td.TdClassName
{
border-color: #461E45;
}
.TagClassName
{
border-color: #461E45;
}
</style>