Shades of Loulou #4E3649
Tints of Loulou #4E3649
RGB
CMYK
RGB Variations
Color information
#4E3649 (or 0x4E3649) is known color: Loulou. HEX triplet: 4E, 36 and 49. RGB value is (78,54,73). Sum of RGB (Red+Green+Blue) = 78+54+73=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3649 is #B1C9B6. Grayscale: #3F3F3F. Windows color (decimal): -11651511 or 4798030. OLE color: 4798030.
HSL color Cylindrical-coordinate representation of color #4E3649: hue angle of 312.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E3649 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 73 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.69 |
| HSL | 312.5º | 0.18% | 0.26% | - |
| HSV(B) | 312.5º | 0.31% | 0.31% | - |
| XYZ | 5.66 | 4.74 | 6.92 | - |
| YUV | 63.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 73 | 0 | 0.31 | 0.06 | 0.69 | 312.5 | 0.18 | 0.26 |
| Hex | 4E | 36 | 49 | 0 | 1F | 6 | 45 | 138 | 12 | 1A |
| Octal | 116 | 66 | 111 | 0 | 37 | 6 | 105 | 470 | 22 | 32 |
| Binary | 1001110 | 110110 | 1001001 | 0 | 11111 | 110 | 1000101 | 100111000 | 10010 | 11010 |
Color Harmonies of #4E3649
Complementary color
Monochromatic Colors of #4E3649
Black with #4E3649
Text Example
Text Example
White with #4E3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3649; }
p { color: rgb(78,54,73); }
H1.HeaderClassName
{
color: #4E3649;
}
.AnyTagClassName
{
color: #4E3649;
}
</style>
background-color css
<style>
a { background-color: #4E3649; }
a { background-color: rgb(78,54,73); }
div.DivClassName
{
background-color: #4E3649;
}
.BgClassName
{
background-color: #4E3649;
}
</style>
border-color css
<style>
span { border-color: #4E3649; }
span { border-color: rgb(78,54,73); }
td.TdClassName
{
border-color: #4E3649;
}
.TagClassName
{
border-color: #4E3649;
}
</style>