Shades of Loulou #4D1E47
Tints of Loulou #4D1E47
RGB
CMYK
RGB Variations
Color information
#4D1E47 (or 0x4D1E47) is known color: Loulou. HEX triplet: 4D, 1E and 47. RGB value is (77,30,71). Sum of RGB (Red+Green+Blue) = 77+30+71=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E47 is #B2E1B8. Grayscale: #303030. Windows color (decimal): -11723193 or 4660813. OLE color: 4660813.
HSL color Cylindrical-coordinate representation of color #4D1E47: hue angle of 307.66º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E47 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 71 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.70 |
| HSL | 307.66º | 0.44% | 0.21% | - |
| HSV(B) | 307.66º | 0.61% | 0.3% | - |
| XYZ | 4.66 | 2.96 | 6.29 | - |
| YUV | 48.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 71 | 0 | 0.61 | 0.08 | 0.70 | 307.66 | 0.44 | 0.21 |
| Hex | 4D | 1E | 47 | 0 | 3D | 8 | 46 | 134 | 2C | 15 |
| Octal | 115 | 36 | 107 | 0 | 75 | 10 | 106 | 464 | 54 | 25 |
| Binary | 1001101 | 11110 | 1000111 | 0 | 111101 | 1000 | 1000110 | 100110100 | 101100 | 10101 |
Color Harmonies of #4D1E47
Complementary color
Monochromatic Colors of #4D1E47
Black with #4D1E47
Text Example
Text Example
White with #4D1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E47; }
p { color: rgb(77,30,71); }
H1.HeaderClassName
{
color: #4D1E47;
}
.AnyTagClassName
{
color: #4D1E47;
}
</style>
background-color css
<style>
a { background-color: #4D1E47; }
a { background-color: rgb(77,30,71); }
div.DivClassName
{
background-color: #4D1E47;
}
.BgClassName
{
background-color: #4D1E47;
}
</style>
border-color css
<style>
span { border-color: #4D1E47; }
span { border-color: rgb(77,30,71); }
td.TdClassName
{
border-color: #4D1E47;
}
.TagClassName
{
border-color: #4D1E47;
}
</style>