Shades of Loulou #4E1045
Tints of Loulou #4E1045
RGB
CMYK
RGB Variations
Color information
#4E1045 (or 0x4E1045) is known color: Loulou. HEX triplet: 4E, 10 and 45. RGB value is (78,16,69). Sum of RGB (Red+Green+Blue) = 78+16+69=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1045 is #B1EFBA. Grayscale: #282828. Windows color (decimal): -11661243 or 4526158. OLE color: 4526158.
HSL color Cylindrical-coordinate representation of color #4E1045: hue angle of 308.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1045 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 69 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.69 |
| HSL | 308.71º | 0.66% | 0.18% | - |
| HSV(B) | 308.71º | 0.79% | 0.31% | - |
| XYZ | 4.4 | 2.42 | 5.87 | - |
| YUV | 40.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 69 | 0 | 0.79 | 0.12 | 0.69 | 308.71 | 0.66 | 0.18 |
| Hex | 4E | 10 | 45 | 0 | 4F | C | 45 | 135 | 42 | 12 |
| Octal | 116 | 20 | 105 | 0 | 117 | 14 | 105 | 465 | 102 | 22 |
| Binary | 1001110 | 10000 | 1000101 | 0 | 1001111 | 1100 | 1000101 | 100110101 | 1000010 | 10010 |
Color Harmonies of #4E1045
Complementary color
Monochromatic Colors of #4E1045
Black with #4E1045
Text Example
Text Example
White with #4E1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1045; }
p { color: rgb(78,16,69); }
H1.HeaderClassName
{
color: #4E1045;
}
.AnyTagClassName
{
color: #4E1045;
}
</style>
background-color css
<style>
a { background-color: #4E1045; }
a { background-color: rgb(78,16,69); }
div.DivClassName
{
background-color: #4E1045;
}
.BgClassName
{
background-color: #4E1045;
}
</style>
border-color css
<style>
span { border-color: #4E1045; }
span { border-color: rgb(78,16,69); }
td.TdClassName
{
border-color: #4E1045;
}
.TagClassName
{
border-color: #4E1045;
}
</style>