Shades of Mardi Gras #45044C
Tints of Mardi Gras #45044C
RGB
CMYK
RGB Variations
Color information
#45044C (or 0x45044C) is known color: Mardi Gras. HEX triplet: 45, 04 and 4C. RGB value is (69,4,76). Sum of RGB (Red+Green+Blue) = 69+4+76=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #45044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45044C is #BAFBB3. Grayscale: #1F1F1F. Windows color (decimal): -12254132 or 4981829. OLE color: 4981829.
HSL color Cylindrical-coordinate representation of color #45044C: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45044C is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 4 | 76 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.70 |
| HSL | 294.17º | 0.9% | 0.16% | - |
| HSV(B) | 294.17º | 0.95% | 0.3% | - |
| XYZ | 3.8 | 1.87 | 7 | - |
| YUV | 31.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 76 | 0.09 | 0.95 | 0 | 0.70 | 294.17 | 0.9 | 0.16 |
| Hex | 45 | 4 | 4C | 9 | 5F | 0 | 46 | 126 | 5A | 10 |
| Octal | 105 | 4 | 114 | 11 | 137 | 0 | 106 | 446 | 132 | 20 |
| Binary | 1000101 | 100 | 1001100 | 1001 | 1011111 | 0 | 1000110 | 100100110 | 1011010 | 10000 |
Color Harmonies of #45044C
Complementary color
Monochromatic Colors of #45044C
Black with #45044C
Text Example
Text Example
White with #45044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45044C; }
p { color: rgb(69,4,76); }
H1.HeaderClassName
{
color: #45044C;
}
.AnyTagClassName
{
color: #45044C;
}
</style>
background-color css
<style>
a { background-color: #45044C; }
a { background-color: rgb(69,4,76); }
div.DivClassName
{
background-color: #45044C;
}
.BgClassName
{
background-color: #45044C;
}
</style>
border-color css
<style>
span { border-color: #45044C; }
span { border-color: rgb(69,4,76); }
td.TdClassName
{
border-color: #45044C;
}
.TagClassName
{
border-color: #45044C;
}
</style>