Shades of Mardi Gras #440D46
Tints of Mardi Gras #440D46
RGB
CMYK
RGB Variations
Color information
#440D46 (or 0x440D46) is known color: Mardi Gras. HEX triplet: 44, 0D and 46. RGB value is (68,13,70). Sum of RGB (Red+Green+Blue) = 68+13+70=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #440D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D46 is #BBF2B9. Grayscale: #232323. Windows color (decimal): -12317370 or 4590916. OLE color: 4590916.
HSL color Cylindrical-coordinate representation of color #440D46: hue angle of 297.89º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D46 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 70 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.73 |
| HSL | 297.89º | 0.69% | 0.16% | - |
| HSV(B) | 297.89º | 0.81% | 0.27% | - |
| XYZ | 3.63 | 1.96 | 5.98 | - |
| YUV | 35.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 70 | 0.03 | 0.81 | 0 | 0.73 | 297.89 | 0.69 | 0.16 |
| Hex | 44 | D | 46 | 3 | 51 | 0 | 49 | 12A | 45 | 10 |
| Octal | 104 | 15 | 106 | 3 | 121 | 0 | 111 | 452 | 105 | 20 |
| Binary | 1000100 | 1101 | 1000110 | 11 | 1010001 | 0 | 1001001 | 100101010 | 1000101 | 10000 |
Color Harmonies of #440D46
Complementary color
Monochromatic Colors of #440D46
Black with #440D46
Text Example
Text Example
White with #440D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D46; }
p { color: rgb(68,13,70); }
H1.HeaderClassName
{
color: #440D46;
}
.AnyTagClassName
{
color: #440D46;
}
</style>
background-color css
<style>
a { background-color: #440D46; }
a { background-color: rgb(68,13,70); }
div.DivClassName
{
background-color: #440D46;
}
.BgClassName
{
background-color: #440D46;
}
</style>
border-color css
<style>
span { border-color: #440D46; }
span { border-color: rgb(68,13,70); }
td.TdClassName
{
border-color: #440D46;
}
.TagClassName
{
border-color: #440D46;
}
</style>