Shades of Mardi Gras #461A44
Tints of Mardi Gras #461A44
RGB
CMYK
RGB Variations
Color information
#461A44 (or 0x461A44) is known color: Mardi Gras. HEX triplet: 46, 1A and 44. RGB value is (70,26,68). Sum of RGB (Red+Green+Blue) = 70+26+68=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A44 is #B9E5BB. Grayscale: #2B2B2B. Windows color (decimal): -12182972 or 4463174. OLE color: 4463174.
HSL color Cylindrical-coordinate representation of color #461A44: hue angle of 302.73º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A44 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 68 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.73 |
| HSL | 302.73º | 0.46% | 0.19% | - |
| HSV(B) | 302.73º | 0.63% | 0.27% | - |
| XYZ | 3.94 | 2.46 | 5.74 | - |
| YUV | 43.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 68 | 0 | 0.63 | 0.03 | 0.73 | 302.73 | 0.46 | 0.19 |
| Hex | 46 | 1A | 44 | 0 | 3F | 3 | 49 | 12F | 2E | 13 |
| Octal | 106 | 32 | 104 | 0 | 77 | 3 | 111 | 457 | 56 | 23 |
| Binary | 1000110 | 11010 | 1000100 | 0 | 111111 | 11 | 1001001 | 100101111 | 101110 | 10011 |
Color Harmonies of #461A44
Complementary color
Monochromatic Colors of #461A44
Black with #461A44
Text Example
Text Example
White with #461A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A44; }
p { color: rgb(70,26,68); }
H1.HeaderClassName
{
color: #461A44;
}
.AnyTagClassName
{
color: #461A44;
}
</style>
background-color css
<style>
a { background-color: #461A44; }
a { background-color: rgb(70,26,68); }
div.DivClassName
{
background-color: #461A44;
}
.BgClassName
{
background-color: #461A44;
}
</style>
border-color css
<style>
span { border-color: #461A44; }
span { border-color: rgb(70,26,68); }
td.TdClassName
{
border-color: #461A44;
}
.TagClassName
{
border-color: #461A44;
}
</style>