Shades of Loulou #4F1D47
Tints of Loulou #4F1D47
RGB
CMYK
RGB Variations
Color information
#4F1D47 (or 0x4F1D47) is known color: Loulou. HEX triplet: 4F, 1D and 47. RGB value is (79,29,71). Sum of RGB (Red+Green+Blue) = 79+29+71=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D47 is #B0E2B8. Grayscale: #303030. Windows color (decimal): -11592377 or 4660559. OLE color: 4660559.
HSL color Cylindrical-coordinate representation of color #4F1D47: hue angle of 309.6º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D47 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 71 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.69 |
| HSL | 309.6º | 0.46% | 0.21% | - |
| HSV(B) | 309.6º | 0.63% | 0.31% | - |
| XYZ | 4.8 | 3 | 6.29 | - |
| YUV | 48.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 71 | 0 | 0.63 | 0.10 | 0.69 | 309.6 | 0.46 | 0.21 |
| Hex | 4F | 1D | 47 | 0 | 3F | A | 45 | 136 | 2E | 15 |
| Octal | 117 | 35 | 107 | 0 | 77 | 12 | 105 | 466 | 56 | 25 |
| Binary | 1001111 | 11101 | 1000111 | 0 | 111111 | 1010 | 1000101 | 100110110 | 101110 | 10101 |
Color Harmonies of #4F1D47
Complementary color
Monochromatic Colors of #4F1D47
Black with #4F1D47
Text Example
Text Example
White with #4F1D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D47; }
p { color: rgb(79,29,71); }
H1.HeaderClassName
{
color: #4F1D47;
}
.AnyTagClassName
{
color: #4F1D47;
}
</style>
background-color css
<style>
a { background-color: #4F1D47; }
a { background-color: rgb(79,29,71); }
div.DivClassName
{
background-color: #4F1D47;
}
.BgClassName
{
background-color: #4F1D47;
}
</style>
border-color css
<style>
span { border-color: #4F1D47; }
span { border-color: rgb(79,29,71); }
td.TdClassName
{
border-color: #4F1D47;
}
.TagClassName
{
border-color: #4F1D47;
}
</style>