Shades of Loulou #4F2744
Tints of Loulou #4F2744
RGB
CMYK
RGB Variations
Color information
#4F2744 (or 0x4F2744) is known color: Loulou. HEX triplet: 4F, 27 and 44. RGB value is (79,39,68). Sum of RGB (Red+Green+Blue) = 79+39+68=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2744 is #B0D8BB. Grayscale: #363636. Windows color (decimal): -11589820 or 4466511. OLE color: 4466511.
HSL color Cylindrical-coordinate representation of color #4F2744: hue angle of 316.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F2744 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 68 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.69 |
| HSL | 316.5º | 0.34% | 0.23% | - |
| HSV(B) | 316.5º | 0.51% | 0.31% | - |
| XYZ | 4.99 | 3.53 | 5.89 | - |
| YUV | 54.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 68 | 0 | 0.51 | 0.14 | 0.69 | 316.5 | 0.34 | 0.23 |
| Hex | 4F | 27 | 44 | 0 | 33 | E | 45 | 13C | 22 | 17 |
| Octal | 117 | 47 | 104 | 0 | 63 | 16 | 105 | 474 | 42 | 27 |
| Binary | 1001111 | 100111 | 1000100 | 0 | 110011 | 1110 | 1000101 | 100111100 | 100010 | 10111 |
Color Harmonies of #4F2744
Complementary color
Monochromatic Colors of #4F2744
Black with #4F2744
Text Example
Text Example
White with #4F2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2744; }
p { color: rgb(79,39,68); }
H1.HeaderClassName
{
color: #4F2744;
}
.AnyTagClassName
{
color: #4F2744;
}
</style>
background-color css
<style>
a { background-color: #4F2744; }
a { background-color: rgb(79,39,68); }
div.DivClassName
{
background-color: #4F2744;
}
.BgClassName
{
background-color: #4F2744;
}
</style>
border-color css
<style>
span { border-color: #4F2744; }
span { border-color: rgb(79,39,68); }
td.TdClassName
{
border-color: #4F2744;
}
.TagClassName
{
border-color: #4F2744;
}
</style>