Shades of Mardi Gras #440A46
Tints of Mardi Gras #440A46
RGB
CMYK
RGB Variations
Color information
#440A46 (or 0x440A46) is known color: Mardi Gras. HEX triplet: 44, 0A and 46. RGB value is (68,10,70). Sum of RGB (Red+Green+Blue) = 68+10+70=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #440A46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A46 is #BBF5B9. Grayscale: #222222. Windows color (decimal): -12318138 or 4590148. OLE color: 4590148.
HSL color Cylindrical-coordinate representation of color #440A46: hue angle of 298º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440A46 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 70 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.73 |
| HSL | 298º | 0.75% | 0.16% | - |
| HSV(B) | 298º | 0.86% | 0.27% | - |
| XYZ | 3.6 | 1.89 | 5.97 | - |
| YUV | 34.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 70 | 0.03 | 0.86 | 0 | 0.73 | 298 | 0.75 | 0.16 |
| Hex | 44 | A | 46 | 3 | 56 | 0 | 49 | 12A | 4B | 10 |
| Octal | 104 | 12 | 106 | 3 | 126 | 0 | 111 | 452 | 113 | 20 |
| Binary | 1000100 | 1010 | 1000110 | 11 | 1010110 | 0 | 1001001 | 100101010 | 1001011 | 10000 |
Color Harmonies of #440A46
Complementary color
Monochromatic Colors of #440A46
Black with #440A46
Text Example
Text Example
White with #440A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A46; }
p { color: rgb(68,10,70); }
H1.HeaderClassName
{
color: #440A46;
}
.AnyTagClassName
{
color: #440A46;
}
</style>
background-color css
<style>
a { background-color: #440A46; }
a { background-color: rgb(68,10,70); }
div.DivClassName
{
background-color: #440A46;
}
.BgClassName
{
background-color: #440A46;
}
</style>
border-color css
<style>
span { border-color: #440A46; }
span { border-color: rgb(68,10,70); }
td.TdClassName
{
border-color: #440A46;
}
.TagClassName
{
border-color: #440A46;
}
</style>