Shades of Loulou #4E1642
Tints of Loulou #4E1642
RGB
CMYK
RGB Variations
Color information
#4E1642 (or 0x4E1642) is known color: Loulou. HEX triplet: 4E, 16 and 42. RGB value is (78,22,66). Sum of RGB (Red+Green+Blue) = 78+22+66=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1642 is #B1E9BD. Grayscale: #2B2B2B. Windows color (decimal): -11659710 or 4331086. OLE color: 4331086.
HSL color Cylindrical-coordinate representation of color #4E1642: hue angle of 312.86º 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 #4E1642 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 66 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.69 |
| HSL | 312.86º | 0.56% | 0.2% | - |
| HSV(B) | 312.86º | 0.72% | 0.31% | - |
| XYZ | 4.41 | 2.59 | 5.42 | - |
| YUV | 43.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 66 | 0 | 0.72 | 0.15 | 0.69 | 312.86 | 0.56 | 0.2 |
| Hex | 4E | 16 | 42 | 0 | 48 | F | 45 | 139 | 38 | 14 |
| Octal | 116 | 26 | 102 | 0 | 110 | 17 | 105 | 471 | 70 | 24 |
| Binary | 1001110 | 10110 | 1000010 | 0 | 1001000 | 1111 | 1000101 | 100111001 | 111000 | 10100 |
Color Harmonies of #4E1642
Complementary color
Monochromatic Colors of #4E1642
Black with #4E1642
Text Example
Text Example
White with #4E1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1642; }
p { color: rgb(78,22,66); }
H1.HeaderClassName
{
color: #4E1642;
}
.AnyTagClassName
{
color: #4E1642;
}
</style>
background-color css
<style>
a { background-color: #4E1642; }
a { background-color: rgb(78,22,66); }
div.DivClassName
{
background-color: #4E1642;
}
.BgClassName
{
background-color: #4E1642;
}
</style>
border-color css
<style>
span { border-color: #4E1642; }
span { border-color: rgb(78,22,66); }
td.TdClassName
{
border-color: #4E1642;
}
.TagClassName
{
border-color: #4E1642;
}
</style>