Shades of Loulou #4D3746
Tints of Loulou #4D3746
RGB
CMYK
RGB Variations
Color information
#4D3746 (or 0x4D3746) is known color: Loulou. HEX triplet: 4D, 37 and 46. RGB value is (77,55,70). Sum of RGB (Red+Green+Blue) = 77+55+70=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3746 is #B2C8B9. Grayscale: #3F3F3F. Windows color (decimal): -11716794 or 4601677. OLE color: 4601677.
HSL color Cylindrical-coordinate representation of color #4D3746: hue angle of 319.09º 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 #4D3746 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 70 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.70 |
| HSL | 319.09º | 0.17% | 0.26% | - |
| HSV(B) | 319.09º | 0.29% | 0.3% | - |
| XYZ | 5.53 | 4.75 | 6.42 | - |
| YUV | 63.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 70 | 0 | 0.29 | 0.09 | 0.70 | 319.09 | 0.17 | 0.26 |
| Hex | 4D | 37 | 46 | 0 | 1D | 9 | 46 | 13F | 11 | 1A |
| Octal | 115 | 67 | 106 | 0 | 35 | 11 | 106 | 477 | 21 | 32 |
| Binary | 1001101 | 110111 | 1000110 | 0 | 11101 | 1001 | 1000110 | 100111111 | 10001 | 11010 |
Color Harmonies of #4D3746
Complementary color
Monochromatic Colors of #4D3746
Black with #4D3746
Text Example
Text Example
White with #4D3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3746; }
p { color: rgb(77,55,70); }
H1.HeaderClassName
{
color: #4D3746;
}
.AnyTagClassName
{
color: #4D3746;
}
</style>
background-color css
<style>
a { background-color: #4D3746; }
a { background-color: rgb(77,55,70); }
div.DivClassName
{
background-color: #4D3746;
}
.BgClassName
{
background-color: #4D3746;
}
</style>
border-color css
<style>
span { border-color: #4D3746; }
span { border-color: rgb(77,55,70); }
td.TdClassName
{
border-color: #4D3746;
}
.TagClassName
{
border-color: #4D3746;
}
</style>