Shades of Loulou #4F3A47
Tints of Loulou #4F3A47
RGB
CMYK
RGB Variations
Color information
#4F3A47 (or 0x4F3A47) is known color: Loulou. HEX triplet: 4F, 3A and 47. RGB value is (79,58,71). Sum of RGB (Red+Green+Blue) = 79+58+71=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A47 is #B0C5B8. Grayscale: #414141. Windows color (decimal): -11584953 or 4667983. OLE color: 4667983.
HSL color Cylindrical-coordinate representation of color #4F3A47: hue angle of 322.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F3A47 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 71 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.69 |
| HSL | 322.86º | 0.15% | 0.27% | - |
| HSV(B) | 322.86º | 0.27% | 0.31% | - |
| XYZ | 5.87 | 5.14 | 6.64 | - |
| YUV | 65.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 71 | 0 | 0.27 | 0.10 | 0.69 | 322.86 | 0.15 | 0.27 |
| Hex | 4F | 3A | 47 | 0 | 1B | A | 45 | 143 | F | 1B |
| Octal | 117 | 72 | 107 | 0 | 33 | 12 | 105 | 503 | 17 | 33 |
| Binary | 1001111 | 111010 | 1000111 | 0 | 11011 | 1010 | 1000101 | 101000011 | 1111 | 11011 |
Color Harmonies of #4F3A47
Complementary color
Monochromatic Colors of #4F3A47
Black with #4F3A47
Text Example
Text Example
White with #4F3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A47; }
p { color: rgb(79,58,71); }
H1.HeaderClassName
{
color: #4F3A47;
}
.AnyTagClassName
{
color: #4F3A47;
}
</style>
background-color css
<style>
a { background-color: #4F3A47; }
a { background-color: rgb(79,58,71); }
div.DivClassName
{
background-color: #4F3A47;
}
.BgClassName
{
background-color: #4F3A47;
}
</style>
border-color css
<style>
span { border-color: #4F3A47; }
span { border-color: rgb(79,58,71); }
td.TdClassName
{
border-color: #4F3A47;
}
.TagClassName
{
border-color: #4F3A47;
}
</style>