Shades of Mardi Gras #460B43
Tints of Mardi Gras #460B43
RGB
CMYK
RGB Variations
Color information
#460B43 (or 0x460B43) is known color: Mardi Gras. HEX triplet: 46, 0B and 43. RGB value is (70,11,67). Sum of RGB (Red+Green+Blue) = 70+11+67=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460B43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B43 is #B9F4BC. Grayscale: #222222. Windows color (decimal): -12186813 or 4393798. OLE color: 4393798.
HSL color Cylindrical-coordinate representation of color #460B43: hue angle of 303.05º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B43 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 67 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.73 |
| HSL | 303.05º | 0.73% | 0.16% | - |
| HSV(B) | 303.05º | 0.84% | 0.27% | - |
| XYZ | 3.66 | 1.95 | 5.49 | - |
| YUV | 35.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 67 | 0 | 0.84 | 0.04 | 0.73 | 303.05 | 0.73 | 0.16 |
| Hex | 46 | B | 43 | 0 | 54 | 4 | 49 | 12F | 49 | 10 |
| Octal | 106 | 13 | 103 | 0 | 124 | 4 | 111 | 457 | 111 | 20 |
| Binary | 1000110 | 1011 | 1000011 | 0 | 1010100 | 100 | 1001001 | 100101111 | 1001001 | 10000 |
Color Harmonies of #460B43
Complementary color
Monochromatic Colors of #460B43
Black with #460B43
Text Example
Text Example
White with #460B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B43; }
p { color: rgb(70,11,67); }
H1.HeaderClassName
{
color: #460B43;
}
.AnyTagClassName
{
color: #460B43;
}
</style>
background-color css
<style>
a { background-color: #460B43; }
a { background-color: rgb(70,11,67); }
div.DivClassName
{
background-color: #460B43;
}
.BgClassName
{
background-color: #460B43;
}
</style>
border-color css
<style>
span { border-color: #460B43; }
span { border-color: rgb(70,11,67); }
td.TdClassName
{
border-color: #460B43;
}
.TagClassName
{
border-color: #460B43;
}
</style>