Shades of Loulou #4D3147
Tints of Loulou #4D3147
RGB
CMYK
RGB Variations
Color information
#4D3147 (or 0x4D3147) is known color: Loulou. HEX triplet: 4D, 31 and 47. RGB value is (77,49,71). Sum of RGB (Red+Green+Blue) = 77+49+71=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3147 is #B2CEB8. Grayscale: #3B3B3B. Windows color (decimal): -11718329 or 4665677. OLE color: 4665677.
HSL color Cylindrical-coordinate representation of color #4D3147: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D3147 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 71 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.70 |
| HSL | 312.86º | 0.22% | 0.25% | - |
| HSV(B) | 312.86º | 0.36% | 0.3% | - |
| XYZ | 5.3 | 4.23 | 6.5 | - |
| YUV | 59.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 71 | 0 | 0.36 | 0.08 | 0.70 | 312.86 | 0.22 | 0.25 |
| Hex | 4D | 31 | 47 | 0 | 24 | 8 | 46 | 139 | 16 | 19 |
| Octal | 115 | 61 | 107 | 0 | 44 | 10 | 106 | 471 | 26 | 31 |
| Binary | 1001101 | 110001 | 1000111 | 0 | 100100 | 1000 | 1000110 | 100111001 | 10110 | 11001 |
Color Harmonies of #4D3147
Complementary color
Monochromatic Colors of #4D3147
Black with #4D3147
Text Example
Text Example
White with #4D3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3147; }
p { color: rgb(77,49,71); }
H1.HeaderClassName
{
color: #4D3147;
}
.AnyTagClassName
{
color: #4D3147;
}
</style>
background-color css
<style>
a { background-color: #4D3147; }
a { background-color: rgb(77,49,71); }
div.DivClassName
{
background-color: #4D3147;
}
.BgClassName
{
background-color: #4D3147;
}
</style>
border-color css
<style>
span { border-color: #4D3147; }
span { border-color: rgb(77,49,71); }
td.TdClassName
{
border-color: #4D3147;
}
.TagClassName
{
border-color: #4D3147;
}
</style>