Shades of Loulou #4E374B
Tints of Loulou #4E374B
RGB
CMYK
RGB Variations
Color information
#4E374B (or 0x4E374B) is known color: Loulou. HEX triplet: 4E, 37 and 4B. RGB value is (78,55,75). Sum of RGB (Red+Green+Blue) = 78+55+75=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E374B is #B1C8B4. Grayscale: #404040. Windows color (decimal): -11651253 or 4929358. OLE color: 4929358.
HSL color Cylindrical-coordinate representation of color #4E374B: hue angle of 307.83º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E374B is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 55 | 75 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.69 |
| HSL | 307.83º | 0.17% | 0.26% | - |
| HSV(B) | 307.83º | 0.29% | 0.31% | - |
| XYZ | 5.78 | 4.86 | 7.29 | - |
| YUV | 64.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 75 | 0 | 0.29 | 0.04 | 0.69 | 307.83 | 0.17 | 0.26 |
| Hex | 4E | 37 | 4B | 0 | 1D | 4 | 45 | 134 | 11 | 1A |
| Octal | 116 | 67 | 113 | 0 | 35 | 4 | 105 | 464 | 21 | 32 |
| Binary | 1001110 | 110111 | 1001011 | 0 | 11101 | 100 | 1000101 | 100110100 | 10001 | 11010 |
Color Harmonies of #4E374B
Complementary color
Monochromatic Colors of #4E374B
Black with #4E374B
Text Example
Text Example
White with #4E374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E374B; }
p { color: rgb(78,55,75); }
H1.HeaderClassName
{
color: #4E374B;
}
.AnyTagClassName
{
color: #4E374B;
}
</style>
background-color css
<style>
a { background-color: #4E374B; }
a { background-color: rgb(78,55,75); }
div.DivClassName
{
background-color: #4E374B;
}
.BgClassName
{
background-color: #4E374B;
}
</style>
border-color css
<style>
span { border-color: #4E374B; }
span { border-color: rgb(78,55,75); }
td.TdClassName
{
border-color: #4E374B;
}
.TagClassName
{
border-color: #4E374B;
}
</style>