Shades of Loulou #4E1F49
Tints of Loulou #4E1F49
RGB
CMYK
RGB Variations
Color information
#4E1F49 (or 0x4E1F49) is known color: Loulou. HEX triplet: 4E, 1F and 49. RGB value is (78,31,73). Sum of RGB (Red+Green+Blue) = 78+31+73=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F49 is #B1E0B6. Grayscale: #313131. Windows color (decimal): -11657399 or 4792142. OLE color: 4792142.
HSL color Cylindrical-coordinate representation of color #4E1F49: hue angle of 306.38º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F49 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 31 | 73 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.69 |
| HSL | 306.38º | 0.43% | 0.21% | - |
| HSV(B) | 306.38º | 0.6% | 0.31% | - |
| XYZ | 4.83 | 3.08 | 6.64 | - |
| YUV | 49.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 31 | 73 | 0 | 0.60 | 0.06 | 0.69 | 306.38 | 0.43 | 0.21 |
| Hex | 4E | 1F | 49 | 0 | 3C | 6 | 45 | 132 | 2B | 15 |
| Octal | 116 | 37 | 111 | 0 | 74 | 6 | 105 | 462 | 53 | 25 |
| Binary | 1001110 | 11111 | 1001001 | 0 | 111100 | 110 | 1000101 | 100110010 | 101011 | 10101 |
Color Harmonies of #4E1F49
Complementary color
Monochromatic Colors of #4E1F49
Black with #4E1F49
Text Example
Text Example
White with #4E1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1F49; }
p { color: rgb(78,31,73); }
H1.HeaderClassName
{
color: #4E1F49;
}
.AnyTagClassName
{
color: #4E1F49;
}
</style>
background-color css
<style>
a { background-color: #4E1F49; }
a { background-color: rgb(78,31,73); }
div.DivClassName
{
background-color: #4E1F49;
}
.BgClassName
{
background-color: #4E1F49;
}
</style>
border-color css
<style>
span { border-color: #4E1F49; }
span { border-color: rgb(78,31,73); }
td.TdClassName
{
border-color: #4E1F49;
}
.TagClassName
{
border-color: #4E1F49;
}
</style>