Shades of Mardi Gras #450246
Tints of Mardi Gras #450246
RGB
CMYK
RGB Variations
Color information
#450246 (or 0x450246) is known color: Mardi Gras. HEX triplet: 45, 02 and 46. RGB value is (69,2,70). Sum of RGB (Red+Green+Blue) = 69+2+70=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #450246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450246 is #BAFDB9. Grayscale: #1D1D1D. Windows color (decimal): -12254650 or 4588101. OLE color: 4588101.
HSL color Cylindrical-coordinate representation of color #450246: hue angle of 299.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450246 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 70 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.73 |
| HSL | 299.12º | 0.94% | 0.14% | - |
| HSV(B) | 299.12º | 0.97% | 0.27% | - |
| XYZ | 3.58 | 1.75 | 5.94 | - |
| YUV | 29.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 70 | 0.01 | 0.97 | 0 | 0.73 | 299.12 | 0.94 | 0.14 |
| Hex | 45 | 2 | 46 | 1 | 61 | 0 | 49 | 12B | 5E | E |
| Octal | 105 | 2 | 106 | 1 | 141 | 0 | 111 | 453 | 136 | 16 |
| Binary | 1000101 | 10 | 1000110 | 1 | 1100001 | 0 | 1001001 | 100101011 | 1011110 | 1110 |
Color Harmonies of #450246
Complementary color
Monochromatic Colors of #450246
Black with #450246
Text Example
Text Example
White with #450246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450246; }
p { color: rgb(69,2,70); }
H1.HeaderClassName
{
color: #450246;
}
.AnyTagClassName
{
color: #450246;
}
</style>
background-color css
<style>
a { background-color: #450246; }
a { background-color: rgb(69,2,70); }
div.DivClassName
{
background-color: #450246;
}
.BgClassName
{
background-color: #450246;
}
</style>
border-color css
<style>
span { border-color: #450246; }
span { border-color: rgb(69,2,70); }
td.TdClassName
{
border-color: #450246;
}
.TagClassName
{
border-color: #450246;
}
</style>