Shades of Loulou #4D3044
Tints of Loulou #4D3044
RGB
CMYK
RGB Variations
Color information
#4D3044 (or 0x4D3044) is known color: Loulou. HEX triplet: 4D, 30 and 44. RGB value is (77,48,68). Sum of RGB (Red+Green+Blue) = 77+48+68=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3044 is #B2CFBB. Grayscale: #3A3A3A. Windows color (decimal): -11718588 or 4468813. OLE color: 4468813.
HSL color Cylindrical-coordinate representation of color #4D3044: hue angle of 318.62º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3044 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 68 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.70 |
| HSL | 318.62º | 0.23% | 0.25% | - |
| HSV(B) | 318.62º | 0.38% | 0.3% | - |
| XYZ | 5.16 | 4.11 | 5.99 | - |
| YUV | 58.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 68 | 0 | 0.38 | 0.12 | 0.70 | 318.62 | 0.23 | 0.25 |
| Hex | 4D | 30 | 44 | 0 | 26 | C | 46 | 13F | 17 | 19 |
| Octal | 115 | 60 | 104 | 0 | 46 | 14 | 106 | 477 | 27 | 31 |
| Binary | 1001101 | 110000 | 1000100 | 0 | 100110 | 1100 | 1000110 | 100111111 | 10111 | 11001 |
Color Harmonies of #4D3044
Complementary color
Monochromatic Colors of #4D3044
Black with #4D3044
Text Example
Text Example
White with #4D3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3044; }
p { color: rgb(77,48,68); }
H1.HeaderClassName
{
color: #4D3044;
}
.AnyTagClassName
{
color: #4D3044;
}
</style>
background-color css
<style>
a { background-color: #4D3044; }
a { background-color: rgb(77,48,68); }
div.DivClassName
{
background-color: #4D3044;
}
.BgClassName
{
background-color: #4D3044;
}
</style>
border-color css
<style>
span { border-color: #4D3044; }
span { border-color: rgb(77,48,68); }
td.TdClassName
{
border-color: #4D3044;
}
.TagClassName
{
border-color: #4D3044;
}
</style>