Shades of Mardi Gras #440B47
Tints of Mardi Gras #440B47
RGB
CMYK
RGB Variations
Color information
#440B47 (or 0x440B47) is known color: Mardi Gras. HEX triplet: 44, 0B and 47. RGB value is (68,11,71). Sum of RGB (Red+Green+Blue) = 68+11+71=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #440B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B47 is #BBF4B8. Grayscale: #222222. Windows color (decimal): -12317881 or 4655940. OLE color: 4655940.
HSL color Cylindrical-coordinate representation of color #440B47: hue angle of 297º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440B47 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 11 | 71 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.72 |
| HSL | 297º | 0.73% | 0.16% | - |
| HSV(B) | 297º | 0.85% | 0.28% | - |
| XYZ | 3.64 | 1.92 | 6.14 | - |
| YUV | 34.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 71 | 0.04 | 0.85 | 0 | 0.72 | 297 | 0.73 | 0.16 |
| Hex | 44 | B | 47 | 4 | 55 | 0 | 48 | 129 | 49 | 10 |
| Octal | 104 | 13 | 107 | 4 | 125 | 0 | 110 | 451 | 111 | 20 |
| Binary | 1000100 | 1011 | 1000111 | 100 | 1010101 | 0 | 1001000 | 100101001 | 1001001 | 10000 |
Color Harmonies of #440B47
Complementary color
Monochromatic Colors of #440B47
Black with #440B47
Text Example
Text Example
White with #440B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B47; }
p { color: rgb(68,11,71); }
H1.HeaderClassName
{
color: #440B47;
}
.AnyTagClassName
{
color: #440B47;
}
</style>
background-color css
<style>
a { background-color: #440B47; }
a { background-color: rgb(68,11,71); }
div.DivClassName
{
background-color: #440B47;
}
.BgClassName
{
background-color: #440B47;
}
</style>
border-color css
<style>
span { border-color: #440B47; }
span { border-color: rgb(68,11,71); }
td.TdClassName
{
border-color: #440B47;
}
.TagClassName
{
border-color: #440B47;
}
</style>