Shades of Mardi Gras #461647
Tints of Mardi Gras #461647
RGB
CMYK
RGB Variations
Color information
#461647 (or 0x461647) is known color: Mardi Gras. HEX triplet: 46, 16 and 47. RGB value is (70,22,71). Sum of RGB (Red+Green+Blue) = 70+22+71=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #461647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461647 is #B9E9B8. Grayscale: #292929. Windows color (decimal): -12183993 or 4658758. OLE color: 4658758.
HSL color Cylindrical-coordinate representation of color #461647: hue angle of 298.78º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461647 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 22 | 71 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.72 |
| HSL | 298.78º | 0.53% | 0.18% | - |
| HSV(B) | 298.78º | 0.69% | 0.28% | - |
| XYZ | 3.95 | 2.33 | 6.2 | - |
| YUV | 41.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 71 | 0.01 | 0.69 | 0 | 0.72 | 298.78 | 0.53 | 0.18 |
| Hex | 46 | 16 | 47 | 1 | 45 | 0 | 48 | 12B | 35 | 12 |
| Octal | 106 | 26 | 107 | 1 | 105 | 0 | 110 | 453 | 65 | 22 |
| Binary | 1000110 | 10110 | 1000111 | 1 | 1000101 | 0 | 1001000 | 100101011 | 110101 | 10010 |
Color Harmonies of #461647
Complementary color
Monochromatic Colors of #461647
Black with #461647
Text Example
Text Example
White with #461647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461647; }
p { color: rgb(70,22,71); }
H1.HeaderClassName
{
color: #461647;
}
.AnyTagClassName
{
color: #461647;
}
</style>
background-color css
<style>
a { background-color: #461647; }
a { background-color: rgb(70,22,71); }
div.DivClassName
{
background-color: #461647;
}
.BgClassName
{
background-color: #461647;
}
</style>
border-color css
<style>
span { border-color: #461647; }
span { border-color: rgb(70,22,71); }
td.TdClassName
{
border-color: #461647;
}
.TagClassName
{
border-color: #461647;
}
</style>