Shades of Mardi Gras #461149
Tints of Mardi Gras #461149
RGB
CMYK
RGB Variations
Color information
#461149 (or 0x461149) is known color: Mardi Gras. HEX triplet: 46, 11 and 49. RGB value is (70,17,73). Sum of RGB (Red+Green+Blue) = 70+17+73=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #461149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461149 is #B9EEB6. Grayscale: #272727. Windows color (decimal): -12185271 or 4788550. OLE color: 4788550.
HSL color Cylindrical-coordinate representation of color #461149: hue angle of 296.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461149 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 17 | 73 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.71 |
| HSL | 296.79º | 0.62% | 0.18% | - |
| HSV(B) | 296.79º | 0.77% | 0.29% | - |
| XYZ | 3.93 | 2.18 | 6.52 | - |
| YUV | 39.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 73 | 0.04 | 0.77 | 0 | 0.71 | 296.79 | 0.62 | 0.18 |
| Hex | 46 | 11 | 49 | 4 | 4D | 0 | 47 | 129 | 3E | 12 |
| Octal | 106 | 21 | 111 | 4 | 115 | 0 | 107 | 451 | 76 | 22 |
| Binary | 1000110 | 10001 | 1001001 | 100 | 1001101 | 0 | 1000111 | 100101001 | 111110 | 10010 |
Color Harmonies of #461149
Complementary color
Monochromatic Colors of #461149
Black with #461149
Text Example
Text Example
White with #461149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461149; }
p { color: rgb(70,17,73); }
H1.HeaderClassName
{
color: #461149;
}
.AnyTagClassName
{
color: #461149;
}
</style>
background-color css
<style>
a { background-color: #461149; }
a { background-color: rgb(70,17,73); }
div.DivClassName
{
background-color: #461149;
}
.BgClassName
{
background-color: #461149;
}
</style>
border-color css
<style>
span { border-color: #461149; }
span { border-color: rgb(70,17,73); }
td.TdClassName
{
border-color: #461149;
}
.TagClassName
{
border-color: #461149;
}
</style>