Shades of Loulou #4D3048
Tints of Loulou #4D3048
RGB
CMYK
RGB Variations
Color information
#4D3048 (or 0x4D3048) is known color: Loulou. HEX triplet: 4D, 30 and 48. RGB value is (77,48,72). Sum of RGB (Red+Green+Blue) = 77+48+72=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3048 is #B2CFB7. Grayscale: #3B3B3B. Windows color (decimal): -11718584 or 4730957. OLE color: 4730957.
HSL color Cylindrical-coordinate representation of color #4D3048: hue angle of 310.34º 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 #4D3048 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 48 | 72 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.70 |
| HSL | 310.34º | 0.23% | 0.25% | - |
| HSV(B) | 310.34º | 0.38% | 0.3% | - |
| XYZ | 5.29 | 4.16 | 6.66 | - |
| YUV | 59.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 72 | 0 | 0.38 | 0.06 | 0.70 | 310.34 | 0.23 | 0.25 |
| Hex | 4D | 30 | 48 | 0 | 26 | 6 | 46 | 136 | 17 | 19 |
| Octal | 115 | 60 | 110 | 0 | 46 | 6 | 106 | 466 | 27 | 31 |
| Binary | 1001101 | 110000 | 1001000 | 0 | 100110 | 110 | 1000110 | 100110110 | 10111 | 11001 |
Color Harmonies of #4D3048
Complementary color
Monochromatic Colors of #4D3048
Black with #4D3048
Text Example
Text Example
White with #4D3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3048; }
p { color: rgb(77,48,72); }
H1.HeaderClassName
{
color: #4D3048;
}
.AnyTagClassName
{
color: #4D3048;
}
</style>
background-color css
<style>
a { background-color: #4D3048; }
a { background-color: rgb(77,48,72); }
div.DivClassName
{
background-color: #4D3048;
}
.BgClassName
{
background-color: #4D3048;
}
</style>
border-color css
<style>
span { border-color: #4D3048; }
span { border-color: rgb(77,48,72); }
td.TdClassName
{
border-color: #4D3048;
}
.TagClassName
{
border-color: #4D3048;
}
</style>