Shades of Loulou #4F3749
Tints of Loulou #4F3749
RGB
CMYK
RGB Variations
Color information
#4F3749 (or 0x4F3749) is known color: Loulou. HEX triplet: 4F, 37 and 49. RGB value is (79,55,73). Sum of RGB (Red+Green+Blue) = 79+55+73=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3749 is #B0C8B6. Grayscale: #404040. Windows color (decimal): -11585719 or 4798287. OLE color: 4798287.
HSL color Cylindrical-coordinate representation of color #4F3749: hue angle of 315º 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 #4F3749 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 73 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.69 |
| HSL | 315º | 0.18% | 0.26% | - |
| HSV(B) | 315º | 0.3% | 0.31% | - |
| XYZ | 5.79 | 4.88 | 6.94 | - |
| YUV | 64.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 73 | 0 | 0.30 | 0.08 | 0.69 | 315 | 0.18 | 0.26 |
| Hex | 4F | 37 | 49 | 0 | 1E | 8 | 45 | 13B | 12 | 1A |
| Octal | 117 | 67 | 111 | 0 | 36 | 10 | 105 | 473 | 22 | 32 |
| Binary | 1001111 | 110111 | 1001001 | 0 | 11110 | 1000 | 1000101 | 100111011 | 10010 | 11010 |
Color Harmonies of #4F3749
Complementary color
Monochromatic Colors of #4F3749
Black with #4F3749
Text Example
Text Example
White with #4F3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3749; }
p { color: rgb(79,55,73); }
H1.HeaderClassName
{
color: #4F3749;
}
.AnyTagClassName
{
color: #4F3749;
}
</style>
background-color css
<style>
a { background-color: #4F3749; }
a { background-color: rgb(79,55,73); }
div.DivClassName
{
background-color: #4F3749;
}
.BgClassName
{
background-color: #4F3749;
}
</style>
border-color css
<style>
span { border-color: #4F3749; }
span { border-color: rgb(79,55,73); }
td.TdClassName
{
border-color: #4F3749;
}
.TagClassName
{
border-color: #4F3749;
}
</style>