Shades of Loulou #4F2946
Tints of Loulou #4F2946
RGB
CMYK
RGB Variations
Color information
#4F2946 (or 0x4F2946) is known color: Loulou. HEX triplet: 4F, 29 and 46. RGB value is (79,41,70). Sum of RGB (Red+Green+Blue) = 79+41+70=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2946 is #B0D6B9. Grayscale: #373737. Windows color (decimal): -11589306 or 4598095. OLE color: 4598095.
HSL color Cylindrical-coordinate representation of color #4F2946: hue angle of 314.21º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F2946 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 70 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.69 |
| HSL | 314.21º | 0.32% | 0.24% | - |
| HSV(B) | 314.21º | 0.48% | 0.31% | - |
| XYZ | 5.12 | 3.69 | 6.24 | - |
| YUV | 55.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 70 | 0 | 0.48 | 0.11 | 0.69 | 314.21 | 0.32 | 0.24 |
| Hex | 4F | 29 | 46 | 0 | 30 | B | 45 | 13A | 20 | 18 |
| Octal | 117 | 51 | 106 | 0 | 60 | 13 | 105 | 472 | 40 | 30 |
| Binary | 1001111 | 101001 | 1000110 | 0 | 110000 | 1011 | 1000101 | 100111010 | 100000 | 11000 |
Color Harmonies of #4F2946
Complementary color
Monochromatic Colors of #4F2946
Black with #4F2946
Text Example
Text Example
White with #4F2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2946; }
p { color: rgb(79,41,70); }
H1.HeaderClassName
{
color: #4F2946;
}
.AnyTagClassName
{
color: #4F2946;
}
</style>
background-color css
<style>
a { background-color: #4F2946; }
a { background-color: rgb(79,41,70); }
div.DivClassName
{
background-color: #4F2946;
}
.BgClassName
{
background-color: #4F2946;
}
</style>
border-color css
<style>
span { border-color: #4F2946; }
span { border-color: rgb(79,41,70); }
td.TdClassName
{
border-color: #4F2946;
}
.TagClassName
{
border-color: #4F2946;
}
</style>