Shades of Mardi Gras #450F4A
Tints of Mardi Gras #450F4A
RGB
CMYK
RGB Variations
Color information
#450F4A (or 0x450F4A) is known color: Mardi Gras. HEX triplet: 45, 0F and 4A. RGB value is (69,15,74). Sum of RGB (Red+Green+Blue) = 69+15+74=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #450F4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F4A is #BAF0B5. Grayscale: #252525. Windows color (decimal): -12251318 or 4853573. OLE color: 4853573.
HSL color Cylindrical-coordinate representation of color #450F4A: hue angle of 294.92º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450F4A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 15 | 74 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.71 |
| HSL | 294.92º | 0.66% | 0.17% | - |
| HSV(B) | 294.92º | 0.8% | 0.29% | - |
| XYZ | 3.86 | 2.1 | 6.68 | - |
| YUV | 37.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 74 | 0.07 | 0.80 | 0 | 0.71 | 294.92 | 0.66 | 0.17 |
| Hex | 45 | F | 4A | 7 | 50 | 0 | 47 | 127 | 42 | 11 |
| Octal | 105 | 17 | 112 | 7 | 120 | 0 | 107 | 447 | 102 | 21 |
| Binary | 1000101 | 1111 | 1001010 | 111 | 1010000 | 0 | 1000111 | 100100111 | 1000010 | 10001 |
Color Harmonies of #450F4A
Complementary color
Monochromatic Colors of #450F4A
Black with #450F4A
Text Example
Text Example
White with #450F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F4A; }
p { color: rgb(69,15,74); }
H1.HeaderClassName
{
color: #450F4A;
}
.AnyTagClassName
{
color: #450F4A;
}
</style>
background-color css
<style>
a { background-color: #450F4A; }
a { background-color: rgb(69,15,74); }
div.DivClassName
{
background-color: #450F4A;
}
.BgClassName
{
background-color: #450F4A;
}
</style>
border-color css
<style>
span { border-color: #450F4A; }
span { border-color: rgb(69,15,74); }
td.TdClassName
{
border-color: #450F4A;
}
.TagClassName
{
border-color: #450F4A;
}
</style>