Shades of Loulou #4E1D49
Tints of Loulou #4E1D49
RGB
CMYK
RGB Variations
Color information
#4E1D49 (or 0x4E1D49) is known color: Loulou. HEX triplet: 4E, 1D and 49. RGB value is (78,29,73). Sum of RGB (Red+Green+Blue) = 78+29+73=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D49 is #B1E2B6. Grayscale: #303030. Windows color (decimal): -11657911 or 4791630. OLE color: 4791630.
HSL color Cylindrical-coordinate representation of color #4E1D49: hue angle of 306.12º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D49 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 73 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.69 |
| HSL | 306.12º | 0.46% | 0.21% | - |
| HSV(B) | 306.12º | 0.63% | 0.31% | - |
| XYZ | 4.78 | 2.98 | 6.63 | - |
| YUV | 48.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 73 | 0 | 0.63 | 0.06 | 0.69 | 306.12 | 0.46 | 0.21 |
| Hex | 4E | 1D | 49 | 0 | 3F | 6 | 45 | 132 | 2E | 15 |
| Octal | 116 | 35 | 111 | 0 | 77 | 6 | 105 | 462 | 56 | 25 |
| Binary | 1001110 | 11101 | 1001001 | 0 | 111111 | 110 | 1000101 | 100110010 | 101110 | 10101 |
Color Harmonies of #4E1D49
Complementary color
Monochromatic Colors of #4E1D49
Black with #4E1D49
Text Example
Text Example
White with #4E1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D49; }
p { color: rgb(78,29,73); }
H1.HeaderClassName
{
color: #4E1D49;
}
.AnyTagClassName
{
color: #4E1D49;
}
</style>
background-color css
<style>
a { background-color: #4E1D49; }
a { background-color: rgb(78,29,73); }
div.DivClassName
{
background-color: #4E1D49;
}
.BgClassName
{
background-color: #4E1D49;
}
</style>
border-color css
<style>
span { border-color: #4E1D49; }
span { border-color: rgb(78,29,73); }
td.TdClassName
{
border-color: #4E1D49;
}
.TagClassName
{
border-color: #4E1D49;
}
</style>