Shades of Mardi Gras #460945
Tints of Mardi Gras #460945
RGB
CMYK
RGB Variations
Color information
#460945 (or 0x460945) is known color: Mardi Gras. HEX triplet: 46, 09 and 45. RGB value is (70,9,69). Sum of RGB (Red+Green+Blue) = 70+9+69=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460945 is #B9F6BA. Grayscale: #212121. Windows color (decimal): -12187323 or 4524358. OLE color: 4524358.
HSL color Cylindrical-coordinate representation of color #460945: hue angle of 300.98º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460945 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 69 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.73 |
| HSL | 300.98º | 0.77% | 0.15% | - |
| HSV(B) | 300.98º | 0.87% | 0.27% | - |
| XYZ | 3.7 | 1.93 | 5.81 | - |
| YUV | 34.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 69 | 0 | 0.87 | 0.01 | 0.73 | 300.98 | 0.77 | 0.15 |
| Hex | 46 | 9 | 45 | 0 | 57 | 1 | 49 | 12D | 4D | F |
| Octal | 106 | 11 | 105 | 0 | 127 | 1 | 111 | 455 | 115 | 17 |
| Binary | 1000110 | 1001 | 1000101 | 0 | 1010111 | 1 | 1001001 | 100101101 | 1001101 | 1111 |
Color Harmonies of #460945
Complementary color
Monochromatic Colors of #460945
Black with #460945
Text Example
Text Example
White with #460945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460945; }
p { color: rgb(70,9,69); }
H1.HeaderClassName
{
color: #460945;
}
.AnyTagClassName
{
color: #460945;
}
</style>
background-color css
<style>
a { background-color: #460945; }
a { background-color: rgb(70,9,69); }
div.DivClassName
{
background-color: #460945;
}
.BgClassName
{
background-color: #460945;
}
</style>
border-color css
<style>
span { border-color: #460945; }
span { border-color: rgb(70,9,69); }
td.TdClassName
{
border-color: #460945;
}
.TagClassName
{
border-color: #460945;
}
</style>