Shades of Mardi Gras #460843
Tints of Mardi Gras #460843
RGB
CMYK
RGB Variations
Color information
#460843 (or 0x460843) is known color: Mardi Gras. HEX triplet: 46, 08 and 43. RGB value is (70,8,67). Sum of RGB (Red+Green+Blue) = 70+8+67=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #460843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460843 is #B9F7BC. Grayscale: #212121. Windows color (decimal): -12187581 or 4393030. OLE color: 4393030.
HSL color Cylindrical-coordinate representation of color #460843: hue angle of 302.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460843 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 67 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.73 |
| HSL | 302.9º | 0.79% | 0.15% | - |
| HSV(B) | 302.9º | 0.89% | 0.27% | - |
| XYZ | 3.63 | 1.88 | 5.48 | - |
| YUV | 33.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 67 | 0 | 0.89 | 0.04 | 0.73 | 302.9 | 0.79 | 0.15 |
| Hex | 46 | 8 | 43 | 0 | 59 | 4 | 49 | 12F | 4F | F |
| Octal | 106 | 10 | 103 | 0 | 131 | 4 | 111 | 457 | 117 | 17 |
| Binary | 1000110 | 1000 | 1000011 | 0 | 1011001 | 100 | 1001001 | 100101111 | 1001111 | 1111 |
Color Harmonies of #460843
Complementary color
Monochromatic Colors of #460843
Black with #460843
Text Example
Text Example
White with #460843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460843; }
p { color: rgb(70,8,67); }
H1.HeaderClassName
{
color: #460843;
}
.AnyTagClassName
{
color: #460843;
}
</style>
background-color css
<style>
a { background-color: #460843; }
a { background-color: rgb(70,8,67); }
div.DivClassName
{
background-color: #460843;
}
.BgClassName
{
background-color: #460843;
}
</style>
border-color css
<style>
span { border-color: #460843; }
span { border-color: rgb(70,8,67); }
td.TdClassName
{
border-color: #460843;
}
.TagClassName
{
border-color: #460843;
}
</style>