Shades of Loulou #4E1646
Tints of Loulou #4E1646
RGB
CMYK
RGB Variations
Color information
#4E1646 (or 0x4E1646) is known color: Loulou. HEX triplet: 4E, 16 and 46. RGB value is (78,22,70). Sum of RGB (Red+Green+Blue) = 78+22+70=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1646 is #B1E9B9. Grayscale: #2C2C2C. Windows color (decimal): -11659706 or 4593230. OLE color: 4593230.
HSL color Cylindrical-coordinate representation of color #4E1646: hue angle of 308.57º 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 #4E1646 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 70 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.69 |
| HSL | 308.57º | 0.56% | 0.2% | - |
| HSV(B) | 308.57º | 0.72% | 0.31% | - |
| XYZ | 4.53 | 2.64 | 6.06 | - |
| YUV | 44.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 70 | 0 | 0.72 | 0.10 | 0.69 | 308.57 | 0.56 | 0.2 |
| Hex | 4E | 16 | 46 | 0 | 48 | A | 45 | 135 | 38 | 14 |
| Octal | 116 | 26 | 106 | 0 | 110 | 12 | 105 | 465 | 70 | 24 |
| Binary | 1001110 | 10110 | 1000110 | 0 | 1001000 | 1010 | 1000101 | 100110101 | 111000 | 10100 |
Color Harmonies of #4E1646
Complementary color
Monochromatic Colors of #4E1646
Black with #4E1646
Text Example
Text Example
White with #4E1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1646; }
p { color: rgb(78,22,70); }
H1.HeaderClassName
{
color: #4E1646;
}
.AnyTagClassName
{
color: #4E1646;
}
</style>
background-color css
<style>
a { background-color: #4E1646; }
a { background-color: rgb(78,22,70); }
div.DivClassName
{
background-color: #4E1646;
}
.BgClassName
{
background-color: #4E1646;
}
</style>
border-color css
<style>
span { border-color: #4E1646; }
span { border-color: rgb(78,22,70); }
td.TdClassName
{
border-color: #4E1646;
}
.TagClassName
{
border-color: #4E1646;
}
</style>