Shades of Loulou #4F374C
Tints of Loulou #4F374C
RGB
CMYK
RGB Variations
Color information
#4F374C (or 0x4F374C) is known color: Loulou. HEX triplet: 4F, 37 and 4C. RGB value is (79,55,76). Sum of RGB (Red+Green+Blue) = 79+55+76=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F374C is #B0C8B3. Grayscale: #404040. Windows color (decimal): -11585716 or 4994895. OLE color: 4994895.
HSL color Cylindrical-coordinate representation of color #4F374C: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F374C is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 76 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.69 |
| HSL | 307.5º | 0.18% | 0.26% | - |
| HSV(B) | 307.5º | 0.3% | 0.31% | - |
| XYZ | 5.9 | 4.92 | 7.48 | - |
| YUV | 64.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 76 | 0 | 0.30 | 0.04 | 0.69 | 307.5 | 0.18 | 0.26 |
| Hex | 4F | 37 | 4C | 0 | 1E | 4 | 45 | 134 | 12 | 1A |
| Octal | 117 | 67 | 114 | 0 | 36 | 4 | 105 | 464 | 22 | 32 |
| Binary | 1001111 | 110111 | 1001100 | 0 | 11110 | 100 | 1000101 | 100110100 | 10010 | 11010 |
Color Harmonies of #4F374C
Complementary color
Monochromatic Colors of #4F374C
Black with #4F374C
Text Example
Text Example
White with #4F374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F374C; }
p { color: rgb(79,55,76); }
H1.HeaderClassName
{
color: #4F374C;
}
.AnyTagClassName
{
color: #4F374C;
}
</style>
background-color css
<style>
a { background-color: #4F374C; }
a { background-color: rgb(79,55,76); }
div.DivClassName
{
background-color: #4F374C;
}
.BgClassName
{
background-color: #4F374C;
}
</style>
border-color css
<style>
span { border-color: #4F374C; }
span { border-color: rgb(79,55,76); }
td.TdClassName
{
border-color: #4F374C;
}
.TagClassName
{
border-color: #4F374C;
}
</style>