Shades of Loulou #4E1E47
Tints of Loulou #4E1E47
RGB
CMYK
RGB Variations
Color information
#4E1E47 (or 0x4E1E47) is known color: Loulou. HEX triplet: 4E, 1E and 47. RGB value is (78,30,71). Sum of RGB (Red+Green+Blue) = 78+30+71=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E47 is #B1E1B8. Grayscale: #303030. Windows color (decimal): -11657657 or 4660814. OLE color: 4660814.
HSL color Cylindrical-coordinate representation of color #4E1E47: hue angle of 308.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E47 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 71 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.69 |
| HSL | 308.75º | 0.44% | 0.21% | - |
| HSV(B) | 308.75º | 0.62% | 0.31% | - |
| XYZ | 4.74 | 3 | 6.29 | - |
| YUV | 49.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 71 | 0 | 0.62 | 0.09 | 0.69 | 308.75 | 0.44 | 0.21 |
| Hex | 4E | 1E | 47 | 0 | 3E | 9 | 45 | 135 | 2C | 15 |
| Octal | 116 | 36 | 107 | 0 | 76 | 11 | 105 | 465 | 54 | 25 |
| Binary | 1001110 | 11110 | 1000111 | 0 | 111110 | 1001 | 1000101 | 100110101 | 101100 | 10101 |
Color Harmonies of #4E1E47
Complementary color
Monochromatic Colors of #4E1E47
Black with #4E1E47
Text Example
Text Example
White with #4E1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E47; }
p { color: rgb(78,30,71); }
H1.HeaderClassName
{
color: #4E1E47;
}
.AnyTagClassName
{
color: #4E1E47;
}
</style>
background-color css
<style>
a { background-color: #4E1E47; }
a { background-color: rgb(78,30,71); }
div.DivClassName
{
background-color: #4E1E47;
}
.BgClassName
{
background-color: #4E1E47;
}
</style>
border-color css
<style>
span { border-color: #4E1E47; }
span { border-color: rgb(78,30,71); }
td.TdClassName
{
border-color: #4E1E47;
}
.TagClassName
{
border-color: #4E1E47;
}
</style>