Shades of Loulou #4E384B
Tints of Loulou #4E384B
RGB
CMYK
RGB Variations
Color information
#4E384B (or 0x4E384B) is known color: Loulou. HEX triplet: 4E, 38 and 4B. RGB value is (78,56,75). Sum of RGB (Red+Green+Blue) = 78+56+75=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E384B is #B1C7B4. Grayscale: #404040. Windows color (decimal): -11650997 or 4929614. OLE color: 4929614.
HSL color Cylindrical-coordinate representation of color #4E384B: hue angle of 308.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E384B is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 75 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.69 |
| HSL | 308.18º | 0.16% | 0.26% | - |
| HSV(B) | 308.18º | 0.28% | 0.31% | - |
| XYZ | 5.83 | 4.96 | 7.31 | - |
| YUV | 64.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 75 | 0 | 0.28 | 0.04 | 0.69 | 308.18 | 0.16 | 0.26 |
| Hex | 4E | 38 | 4B | 0 | 1C | 4 | 45 | 134 | 10 | 1A |
| Octal | 116 | 70 | 113 | 0 | 34 | 4 | 105 | 464 | 20 | 32 |
| Binary | 1001110 | 111000 | 1001011 | 0 | 11100 | 100 | 1000101 | 100110100 | 10000 | 11010 |
Color Harmonies of #4E384B
Complementary color
Monochromatic Colors of #4E384B
Black with #4E384B
Text Example
Text Example
White with #4E384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E384B; }
p { color: rgb(78,56,75); }
H1.HeaderClassName
{
color: #4E384B;
}
.AnyTagClassName
{
color: #4E384B;
}
</style>
background-color css
<style>
a { background-color: #4E384B; }
a { background-color: rgb(78,56,75); }
div.DivClassName
{
background-color: #4E384B;
}
.BgClassName
{
background-color: #4E384B;
}
</style>
border-color css
<style>
span { border-color: #4E384B; }
span { border-color: rgb(78,56,75); }
td.TdClassName
{
border-color: #4E384B;
}
.TagClassName
{
border-color: #4E384B;
}
</style>