Shades of Loulou #4D344B
Tints of Loulou #4D344B
RGB
CMYK
RGB Variations
Color information
#4D344B (or 0x4D344B) is known color: Loulou. HEX triplet: 4D, 34 and 4B. RGB value is (77,52,75). Sum of RGB (Red+Green+Blue) = 77+52+75=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D344B is #B2CBB4. Grayscale: #3E3E3E. Windows color (decimal): -11717557 or 4928589. OLE color: 4928589.
HSL color Cylindrical-coordinate representation of color #4D344B: hue angle of 304.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D344B is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 75 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.70 |
| HSL | 304.8º | 0.19% | 0.25% | - |
| HSV(B) | 304.8º | 0.32% | 0.3% | - |
| XYZ | 5.56 | 4.54 | 7.24 | - |
| YUV | 62.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 75 | 0 | 0.32 | 0.03 | 0.70 | 304.8 | 0.19 | 0.25 |
| Hex | 4D | 34 | 4B | 0 | 20 | 3 | 46 | 131 | 13 | 19 |
| Octal | 115 | 64 | 113 | 0 | 40 | 3 | 106 | 461 | 23 | 31 |
| Binary | 1001101 | 110100 | 1001011 | 0 | 100000 | 11 | 1000110 | 100110001 | 10011 | 11001 |
Color Harmonies of #4D344B
Complementary color
Monochromatic Colors of #4D344B
Black with #4D344B
Text Example
Text Example
White with #4D344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D344B; }
p { color: rgb(77,52,75); }
H1.HeaderClassName
{
color: #4D344B;
}
.AnyTagClassName
{
color: #4D344B;
}
</style>
background-color css
<style>
a { background-color: #4D344B; }
a { background-color: rgb(77,52,75); }
div.DivClassName
{
background-color: #4D344B;
}
.BgClassName
{
background-color: #4D344B;
}
</style>
border-color css
<style>
span { border-color: #4D344B; }
span { border-color: rgb(77,52,75); }
td.TdClassName
{
border-color: #4D344B;
}
.TagClassName
{
border-color: #4D344B;
}
</style>