Shades of Loulou #4F2346
Tints of Loulou #4F2346
RGB
CMYK
RGB Variations
Color information
#4F2346 (or 0x4F2346) is known color: Loulou. HEX triplet: 4F, 23 and 46. RGB value is (79,35,70). Sum of RGB (Red+Green+Blue) = 79+35+70=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2346 is #B0DCB9. Grayscale: #343434. Windows color (decimal): -11590842 or 4596559. OLE color: 4596559.
HSL color Cylindrical-coordinate representation of color #4F2346: hue angle of 312.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2346 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 70 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.69 |
| HSL | 312.27º | 0.39% | 0.22% | - |
| HSV(B) | 312.27º | 0.56% | 0.31% | - |
| XYZ | 4.93 | 3.31 | 6.17 | - |
| YUV | 52.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 70 | 0 | 0.56 | 0.11 | 0.69 | 312.27 | 0.39 | 0.22 |
| Hex | 4F | 23 | 46 | 0 | 38 | B | 45 | 138 | 27 | 16 |
| Octal | 117 | 43 | 106 | 0 | 70 | 13 | 105 | 470 | 47 | 26 |
| Binary | 1001111 | 100011 | 1000110 | 0 | 111000 | 1011 | 1000101 | 100111000 | 100111 | 10110 |
Color Harmonies of #4F2346
Complementary color
Monochromatic Colors of #4F2346
Black with #4F2346
Text Example
Text Example
White with #4F2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2346; }
p { color: rgb(79,35,70); }
H1.HeaderClassName
{
color: #4F2346;
}
.AnyTagClassName
{
color: #4F2346;
}
</style>
background-color css
<style>
a { background-color: #4F2346; }
a { background-color: rgb(79,35,70); }
div.DivClassName
{
background-color: #4F2346;
}
.BgClassName
{
background-color: #4F2346;
}
</style>
border-color css
<style>
span { border-color: #4F2346; }
span { border-color: rgb(79,35,70); }
td.TdClassName
{
border-color: #4F2346;
}
.TagClassName
{
border-color: #4F2346;
}
</style>