Shades of Loulou #4E1549
Tints of Loulou #4E1549
RGB
CMYK
RGB Variations
Color information
#4E1549 (or 0x4E1549) is known color: Loulou. HEX triplet: 4E, 15 and 49. RGB value is (78,21,73). Sum of RGB (Red+Green+Blue) = 78+21+73=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1549 is #B1EAB6. Grayscale: #2B2B2B. Windows color (decimal): -11659959 or 4789582. OLE color: 4789582.
HSL color Cylindrical-coordinate representation of color #4E1549: hue angle of 305.26º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1549 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 73 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.69 |
| HSL | 305.26º | 0.58% | 0.19% | - |
| HSV(B) | 305.26º | 0.73% | 0.31% | - |
| XYZ | 4.61 | 2.64 | 6.57 | - |
| YUV | 43.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 73 | 0 | 0.73 | 0.06 | 0.69 | 305.26 | 0.58 | 0.19 |
| Hex | 4E | 15 | 49 | 0 | 49 | 6 | 45 | 131 | 3A | 13 |
| Octal | 116 | 25 | 111 | 0 | 111 | 6 | 105 | 461 | 72 | 23 |
| Binary | 1001110 | 10101 | 1001001 | 0 | 1001001 | 110 | 1000101 | 100110001 | 111010 | 10011 |
Color Harmonies of #4E1549
Complementary color
Monochromatic Colors of #4E1549
Black with #4E1549
Text Example
Text Example
White with #4E1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1549; }
p { color: rgb(78,21,73); }
H1.HeaderClassName
{
color: #4E1549;
}
.AnyTagClassName
{
color: #4E1549;
}
</style>
background-color css
<style>
a { background-color: #4E1549; }
a { background-color: rgb(78,21,73); }
div.DivClassName
{
background-color: #4E1549;
}
.BgClassName
{
background-color: #4E1549;
}
</style>
border-color css
<style>
span { border-color: #4E1549; }
span { border-color: rgb(78,21,73); }
td.TdClassName
{
border-color: #4E1549;
}
.TagClassName
{
border-color: #4E1549;
}
</style>