Shades of Loulou #4F304D
Tints of Loulou #4F304D
RGB
CMYK
RGB Variations
Color information
#4F304D (or 0x4F304D) is known color: Loulou. HEX triplet: 4F, 30 and 4D. RGB value is (79,48,77). Sum of RGB (Red+Green+Blue) = 79+48+77=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F304D is #B0CFB2. Grayscale: #3C3C3C. Windows color (decimal): -11587507 or 5058639. OLE color: 5058639.
HSL color Cylindrical-coordinate representation of color #4F304D: hue angle of 303.87º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F304D is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 77 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.69 |
| HSL | 303.87º | 0.24% | 0.25% | - |
| HSV(B) | 303.87º | 0.39% | 0.31% | - |
| XYZ | 5.62 | 4.31 | 7.56 | - |
| YUV | 60.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 77 | 0 | 0.39 | 0.03 | 0.69 | 303.87 | 0.24 | 0.25 |
| Hex | 4F | 30 | 4D | 0 | 27 | 3 | 45 | 130 | 18 | 19 |
| Octal | 117 | 60 | 115 | 0 | 47 | 3 | 105 | 460 | 30 | 31 |
| Binary | 1001111 | 110000 | 1001101 | 0 | 100111 | 11 | 1000101 | 100110000 | 11000 | 11001 |
Color Harmonies of #4F304D
Complementary color
Monochromatic Colors of #4F304D
Black with #4F304D
Text Example
Text Example
White with #4F304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F304D; }
p { color: rgb(79,48,77); }
H1.HeaderClassName
{
color: #4F304D;
}
.AnyTagClassName
{
color: #4F304D;
}
</style>
background-color css
<style>
a { background-color: #4F304D; }
a { background-color: rgb(79,48,77); }
div.DivClassName
{
background-color: #4F304D;
}
.BgClassName
{
background-color: #4F304D;
}
</style>
border-color css
<style>
span { border-color: #4F304D; }
span { border-color: rgb(79,48,77); }
td.TdClassName
{
border-color: #4F304D;
}
.TagClassName
{
border-color: #4F304D;
}
</style>