Shades of Loulou #4F3148
Tints of Loulou #4F3148
RGB
CMYK
RGB Variations
Color information
#4F3148 (or 0x4F3148) is known color: Loulou. HEX triplet: 4F, 31 and 48. RGB value is (79,49,72). Sum of RGB (Red+Green+Blue) = 79+49+72=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3148 is #B0CEB7. Grayscale: #3C3C3C. Windows color (decimal): -11587256 or 4731215. OLE color: 4731215.
HSL color Cylindrical-coordinate representation of color #4F3148: hue angle of 314º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3148 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 72 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.69 |
| HSL | 314º | 0.23% | 0.25% | - |
| HSV(B) | 314º | 0.38% | 0.31% | - |
| XYZ | 5.49 | 4.33 | 6.68 | - |
| YUV | 60.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 72 | 0 | 0.38 | 0.09 | 0.69 | 314 | 0.23 | 0.25 |
| Hex | 4F | 31 | 48 | 0 | 26 | 9 | 45 | 13A | 17 | 19 |
| Octal | 117 | 61 | 110 | 0 | 46 | 11 | 105 | 472 | 27 | 31 |
| Binary | 1001111 | 110001 | 1001000 | 0 | 100110 | 1001 | 1000101 | 100111010 | 10111 | 11001 |
Color Harmonies of #4F3148
Complementary color
Monochromatic Colors of #4F3148
Black with #4F3148
Text Example
Text Example
White with #4F3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3148; }
p { color: rgb(79,49,72); }
H1.HeaderClassName
{
color: #4F3148;
}
.AnyTagClassName
{
color: #4F3148;
}
</style>
background-color css
<style>
a { background-color: #4F3148; }
a { background-color: rgb(79,49,72); }
div.DivClassName
{
background-color: #4F3148;
}
.BgClassName
{
background-color: #4F3148;
}
</style>
border-color css
<style>
span { border-color: #4F3148; }
span { border-color: rgb(79,49,72); }
td.TdClassName
{
border-color: #4F3148;
}
.TagClassName
{
border-color: #4F3148;
}
</style>