Shades of Mardi Gras #461C46
Tints of Mardi Gras #461C46
RGB
CMYK
RGB Variations
Color information
#461C46 (or 0x461C46) is known color: Mardi Gras. HEX triplet: 46, 1C and 46. RGB value is (70,28,70). Sum of RGB (Red+Green+Blue) = 70+28+70=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C46 is #B9E3B9. Grayscale: #2D2D2D. Windows color (decimal): -12182458 or 4594758. OLE color: 4594758.
HSL color Cylindrical-coordinate representation of color #461C46: hue angle of 300º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C46 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 70 | - |
| CMYK | 0 | 0.60 | 0 | 0.73 |
| HSL | 300º | 0.43% | 0.19% | - |
| HSV(B) | 300º | 0.6% | 0.27% | - |
| XYZ | 4.05 | 2.57 | 6.08 | - |
| YUV | 45.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 70 | 0 | 0.60 | 0 | 0.73 | 300 | 0.43 | 0.19 |
| Hex | 46 | 1C | 46 | 0 | 3C | 0 | 49 | 12C | 2B | 13 |
| Octal | 106 | 34 | 106 | 0 | 74 | 0 | 111 | 454 | 53 | 23 |
| Binary | 1000110 | 11100 | 1000110 | 0 | 111100 | 0 | 1001001 | 100101100 | 101011 | 10011 |
Color Harmonies of #461C46
Complementary color
Monochromatic Colors of #461C46
Black with #461C46
Text Example
Text Example
White with #461C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C46; }
p { color: rgb(70,28,70); }
H1.HeaderClassName
{
color: #461C46;
}
.AnyTagClassName
{
color: #461C46;
}
</style>
background-color css
<style>
a { background-color: #461C46; }
a { background-color: rgb(70,28,70); }
div.DivClassName
{
background-color: #461C46;
}
.BgClassName
{
background-color: #461C46;
}
</style>
border-color css
<style>
span { border-color: #461C46; }
span { border-color: rgb(70,28,70); }
td.TdClassName
{
border-color: #461C46;
}
.TagClassName
{
border-color: #461C46;
}
</style>