Shades of Loulou #4F374D
Tints of Loulou #4F374D
RGB
CMYK
RGB Variations
Color information
#4F374D (or 0x4F374D) is known color: Loulou. HEX triplet: 4F, 37 and 4D. RGB value is (79,55,77). Sum of RGB (Red+Green+Blue) = 79+55+77=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 79 - color contains mainly: red. Hex color #4F374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F374D is #B0C8B2. Grayscale: #404040. Windows color (decimal): -11585715 or 5060431. OLE color: 5060431.
HSL color Cylindrical-coordinate representation of color #4F374D: hue angle of 305º 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 #4F374D is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 77 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.69 |
| HSL | 305º | 0.18% | 0.26% | - |
| HSV(B) | 305º | 0.3% | 0.31% | - |
| XYZ | 5.93 | 4.93 | 7.66 | - |
| YUV | 64.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 77 | 0 | 0.30 | 0.03 | 0.69 | 305 | 0.18 | 0.26 |
| Hex | 4F | 37 | 4D | 0 | 1E | 3 | 45 | 131 | 12 | 1A |
| Octal | 117 | 67 | 115 | 0 | 36 | 3 | 105 | 461 | 22 | 32 |
| Binary | 1001111 | 110111 | 1001101 | 0 | 11110 | 11 | 1000101 | 100110001 | 10010 | 11010 |
Color Harmonies of #4F374D
Complementary color
Monochromatic Colors of #4F374D
Black with #4F374D
Text Example
Text Example
White with #4F374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F374D; }
p { color: rgb(79,55,77); }
H1.HeaderClassName
{
color: #4F374D;
}
.AnyTagClassName
{
color: #4F374D;
}
</style>
background-color css
<style>
a { background-color: #4F374D; }
a { background-color: rgb(79,55,77); }
div.DivClassName
{
background-color: #4F374D;
}
.BgClassName
{
background-color: #4F374D;
}
</style>
border-color css
<style>
span { border-color: #4F374D; }
span { border-color: rgb(79,55,77); }
td.TdClassName
{
border-color: #4F374D;
}
.TagClassName
{
border-color: #4F374D;
}
</style>