Shades of Mardi Gras #461D44
Tints of Mardi Gras #461D44
RGB
CMYK
RGB Variations
Color information
#461D44 (or 0x461D44) is known color: Mardi Gras. HEX triplet: 46, 1D and 44. RGB value is (70,29,68). Sum of RGB (Red+Green+Blue) = 70+29+68=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #461D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D44 is #B9E2BB. Grayscale: #2D2D2D. Windows color (decimal): -12182204 or 4463942. OLE color: 4463942.
HSL color Cylindrical-coordinate representation of color #461D44: hue angle of 302.93º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D44 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 68 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.73 |
| HSL | 302.93º | 0.41% | 0.19% | - |
| HSV(B) | 302.93º | 0.59% | 0.27% | - |
| XYZ | 4.01 | 2.6 | 5.76 | - |
| YUV | 45.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 68 | 0 | 0.59 | 0.03 | 0.73 | 302.93 | 0.41 | 0.19 |
| Hex | 46 | 1D | 44 | 0 | 3B | 3 | 49 | 12F | 29 | 13 |
| Octal | 106 | 35 | 104 | 0 | 73 | 3 | 111 | 457 | 51 | 23 |
| Binary | 1000110 | 11101 | 1000100 | 0 | 111011 | 11 | 1001001 | 100101111 | 101001 | 10011 |
Color Harmonies of #461D44
Complementary color
Monochromatic Colors of #461D44
Black with #461D44
Text Example
Text Example
White with #461D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D44; }
p { color: rgb(70,29,68); }
H1.HeaderClassName
{
color: #461D44;
}
.AnyTagClassName
{
color: #461D44;
}
</style>
background-color css
<style>
a { background-color: #461D44; }
a { background-color: rgb(70,29,68); }
div.DivClassName
{
background-color: #461D44;
}
.BgClassName
{
background-color: #461D44;
}
</style>
border-color css
<style>
span { border-color: #461D44; }
span { border-color: rgb(70,29,68); }
td.TdClassName
{
border-color: #461D44;
}
.TagClassName
{
border-color: #461D44;
}
</style>