Shades of Loulou #4D3748
Tints of Loulou #4D3748
RGB
CMYK
RGB Variations
Color information
#4D3748 (or 0x4D3748) is known color: Loulou. HEX triplet: 4D, 37 and 48. RGB value is (77,55,72). Sum of RGB (Red+Green+Blue) = 77+55+72=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3748 is #B2C8B7. Grayscale: #3F3F3F. Windows color (decimal): -11716792 or 4732749. OLE color: 4732749.
HSL color Cylindrical-coordinate representation of color #4D3748: hue angle of 313.64º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D3748 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 72 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.70 |
| HSL | 313.64º | 0.17% | 0.26% | - |
| HSV(B) | 313.64º | 0.29% | 0.3% | - |
| XYZ | 5.6 | 4.78 | 6.76 | - |
| YUV | 63.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 72 | 0 | 0.29 | 0.06 | 0.70 | 313.64 | 0.17 | 0.26 |
| Hex | 4D | 37 | 48 | 0 | 1D | 6 | 46 | 13A | 11 | 1A |
| Octal | 115 | 67 | 110 | 0 | 35 | 6 | 106 | 472 | 21 | 32 |
| Binary | 1001101 | 110111 | 1001000 | 0 | 11101 | 110 | 1000110 | 100111010 | 10001 | 11010 |
Color Harmonies of #4D3748
Complementary color
Monochromatic Colors of #4D3748
Black with #4D3748
Text Example
Text Example
White with #4D3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3748; }
p { color: rgb(77,55,72); }
H1.HeaderClassName
{
color: #4D3748;
}
.AnyTagClassName
{
color: #4D3748;
}
</style>
background-color css
<style>
a { background-color: #4D3748; }
a { background-color: rgb(77,55,72); }
div.DivClassName
{
background-color: #4D3748;
}
.BgClassName
{
background-color: #4D3748;
}
</style>
border-color css
<style>
span { border-color: #4D3748; }
span { border-color: rgb(77,55,72); }
td.TdClassName
{
border-color: #4D3748;
}
.TagClassName
{
border-color: #4D3748;
}
</style>