Shades of Loulou #4E1645
Tints of Loulou #4E1645
RGB
CMYK
RGB Variations
Color information
#4E1645 (or 0x4E1645) is known color: Loulou. HEX triplet: 4E, 16 and 45. RGB value is (78,22,69). Sum of RGB (Red+Green+Blue) = 78+22+69=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1645 is #B1E9BA. Grayscale: #2B2B2B. Windows color (decimal): -11659707 or 4527694. OLE color: 4527694.
HSL color Cylindrical-coordinate representation of color #4E1645: hue angle of 309.64º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E1645 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 69 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.69 |
| HSL | 309.64º | 0.56% | 0.2% | - |
| HSV(B) | 309.64º | 0.72% | 0.31% | - |
| XYZ | 4.5 | 2.62 | 5.9 | - |
| YUV | 44.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 69 | 0 | 0.72 | 0.12 | 0.69 | 309.64 | 0.56 | 0.2 |
| Hex | 4E | 16 | 45 | 0 | 48 | C | 45 | 136 | 38 | 14 |
| Octal | 116 | 26 | 105 | 0 | 110 | 14 | 105 | 466 | 70 | 24 |
| Binary | 1001110 | 10110 | 1000101 | 0 | 1001000 | 1100 | 1000101 | 100110110 | 111000 | 10100 |
Color Harmonies of #4E1645
Complementary color
Monochromatic Colors of #4E1645
Black with #4E1645
Text Example
Text Example
White with #4E1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1645; }
p { color: rgb(78,22,69); }
H1.HeaderClassName
{
color: #4E1645;
}
.AnyTagClassName
{
color: #4E1645;
}
</style>
background-color css
<style>
a { background-color: #4E1645; }
a { background-color: rgb(78,22,69); }
div.DivClassName
{
background-color: #4E1645;
}
.BgClassName
{
background-color: #4E1645;
}
</style>
border-color css
<style>
span { border-color: #4E1645; }
span { border-color: rgb(78,22,69); }
td.TdClassName
{
border-color: #4E1645;
}
.TagClassName
{
border-color: #4E1645;
}
</style>