Shades of Mardi Gras #460C4B
Tints of Mardi Gras #460C4B
RGB
CMYK
RGB Variations
Color information
#460C4B (or 0x460C4B) is known color: Mardi Gras. HEX triplet: 46, 0C and 4B. RGB value is (70,12,75). Sum of RGB (Red+Green+Blue) = 70+12+75=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #460C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C4B is #B9F3B4. Grayscale: #242424. Windows color (decimal): -12186549 or 4918342. OLE color: 4918342.
HSL color Cylindrical-coordinate representation of color #460C4B: hue angle of 295.24º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460C4B is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 12 | 75 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.71 |
| HSL | 295.24º | 0.72% | 0.17% | - |
| HSV(B) | 295.24º | 0.84% | 0.29% | - |
| XYZ | 3.93 | 2.07 | 6.85 | - |
| YUV | 36.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 75 | 0.07 | 0.84 | 0 | 0.71 | 295.24 | 0.72 | 0.17 |
| Hex | 46 | C | 4B | 7 | 54 | 0 | 47 | 127 | 48 | 11 |
| Octal | 106 | 14 | 113 | 7 | 124 | 0 | 107 | 447 | 110 | 21 |
| Binary | 1000110 | 1100 | 1001011 | 111 | 1010100 | 0 | 1000111 | 100100111 | 1001000 | 10001 |
Color Harmonies of #460C4B
Complementary color
Monochromatic Colors of #460C4B
Black with #460C4B
Text Example
Text Example
White with #460C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C4B; }
p { color: rgb(70,12,75); }
H1.HeaderClassName
{
color: #460C4B;
}
.AnyTagClassName
{
color: #460C4B;
}
</style>
background-color css
<style>
a { background-color: #460C4B; }
a { background-color: rgb(70,12,75); }
div.DivClassName
{
background-color: #460C4B;
}
.BgClassName
{
background-color: #460C4B;
}
</style>
border-color css
<style>
span { border-color: #460C4B; }
span { border-color: rgb(70,12,75); }
td.TdClassName
{
border-color: #460C4B;
}
.TagClassName
{
border-color: #460C4B;
}
</style>