Shades of Loulou #4D374B
Tints of Loulou #4D374B
RGB
CMYK
RGB Variations
Color information
#4D374B (or 0x4D374B) is known color: Loulou. HEX triplet: 4D, 37 and 4B. RGB value is (77,55,75). Sum of RGB (Red+Green+Blue) = 77+55+75=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D374B is #B2C8B4. Grayscale: #3F3F3F. Windows color (decimal): -11716789 or 4929357. OLE color: 4929357.
HSL color Cylindrical-coordinate representation of color #4D374B: hue angle of 305.45º 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 #4D374B is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 75 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.70 |
| HSL | 305.45º | 0.17% | 0.26% | - |
| HSV(B) | 305.45º | 0.29% | 0.3% | - |
| XYZ | 5.7 | 4.82 | 7.29 | - |
| YUV | 63.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 75 | 0 | 0.29 | 0.03 | 0.70 | 305.45 | 0.17 | 0.26 |
| Hex | 4D | 37 | 4B | 0 | 1D | 3 | 46 | 131 | 11 | 1A |
| Octal | 115 | 67 | 113 | 0 | 35 | 3 | 106 | 461 | 21 | 32 |
| Binary | 1001101 | 110111 | 1001011 | 0 | 11101 | 11 | 1000110 | 100110001 | 10001 | 11010 |
Color Harmonies of #4D374B
Complementary color
Monochromatic Colors of #4D374B
Black with #4D374B
Text Example
Text Example
White with #4D374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D374B; }
p { color: rgb(77,55,75); }
H1.HeaderClassName
{
color: #4D374B;
}
.AnyTagClassName
{
color: #4D374B;
}
</style>
background-color css
<style>
a { background-color: #4D374B; }
a { background-color: rgb(77,55,75); }
div.DivClassName
{
background-color: #4D374B;
}
.BgClassName
{
background-color: #4D374B;
}
</style>
border-color css
<style>
span { border-color: #4D374B; }
span { border-color: rgb(77,55,75); }
td.TdClassName
{
border-color: #4D374B;
}
.TagClassName
{
border-color: #4D374B;
}
</style>