Shades of Mardi Gras #440046
Tints of Mardi Gras #440046
RGB
CMYK
RGB Variations
Color information
#440046 (or 0x440046) is known color: Mardi Gras. HEX triplet: 44, 00 and 46. RGB value is (68,0,70). Sum of RGB (Red+Green+Blue) = 68+0+70=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #440046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440046 is #BBFFB9. Grayscale: #1C1C1C. Windows color (decimal): -12320698 or 4587588. OLE color: 4587588.
HSL color Cylindrical-coordinate representation of color #440046: hue angle of 298.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440046 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 70 | - |
| CMYK | 0.03 | 1 | 0 | 0.73 |
| HSL | 298.29º | 1% | 0.14% | - |
| HSV(B) | 298.29º | 1% | 0.27% | - |
| XYZ | 3.49 | 1.67 | 5.93 | - |
| YUV | 28.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 70 | 0.03 | 1 | 0 | 0.73 | 298.29 | 1 | 0.14 |
| Hex | 44 | 0 | 46 | 3 | 64 | 0 | 49 | 12A | 64 | E |
| Octal | 104 | 0 | 106 | 3 | 144 | 0 | 111 | 452 | 144 | 16 |
| Binary | 1000100 | 0 | 1000110 | 11 | 1100100 | 0 | 1001001 | 100101010 | 1100100 | 1110 |
Color Harmonies of #440046
Complementary color
Monochromatic Colors of #440046
Black with #440046
Text Example
Text Example
White with #440046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440046; }
p { color: rgb(68,0,70); }
H1.HeaderClassName
{
color: #440046;
}
.AnyTagClassName
{
color: #440046;
}
</style>
background-color css
<style>
a { background-color: #440046; }
a { background-color: rgb(68,0,70); }
div.DivClassName
{
background-color: #440046;
}
.BgClassName
{
background-color: #440046;
}
</style>
border-color css
<style>
span { border-color: #440046; }
span { border-color: rgb(68,0,70); }
td.TdClassName
{
border-color: #440046;
}
.TagClassName
{
border-color: #440046;
}
</style>