Shades of Loulou #4D394A
Tints of Loulou #4D394A
RGB
CMYK
RGB Variations
Color information
#4D394A (or 0x4D394A) is known color: Loulou. HEX triplet: 4D, 39 and 4A. RGB value is (77,57,74). Sum of RGB (Red+Green+Blue) = 77+57+74=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D394A is #B2C6B5. Grayscale: #404040. Windows color (decimal): -11716278 or 4864333. OLE color: 4864333.
HSL color Cylindrical-coordinate representation of color #4D394A: hue angle of 309º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D394A is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 74 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.70 |
| HSL | 309º | 0.15% | 0.26% | - |
| HSV(B) | 309º | 0.26% | 0.3% | - |
| XYZ | 5.76 | 5 | 7.14 | - |
| YUV | 64.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 74 | 0 | 0.26 | 0.04 | 0.70 | 309 | 0.15 | 0.26 |
| Hex | 4D | 39 | 4A | 0 | 1A | 4 | 46 | 135 | F | 1A |
| Octal | 115 | 71 | 112 | 0 | 32 | 4 | 106 | 465 | 17 | 32 |
| Binary | 1001101 | 111001 | 1001010 | 0 | 11010 | 100 | 1000110 | 100110101 | 1111 | 11010 |
Color Harmonies of #4D394A
Complementary color
Monochromatic Colors of #4D394A
Black with #4D394A
Text Example
Text Example
White with #4D394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D394A; }
p { color: rgb(77,57,74); }
H1.HeaderClassName
{
color: #4D394A;
}
.AnyTagClassName
{
color: #4D394A;
}
</style>
background-color css
<style>
a { background-color: #4D394A; }
a { background-color: rgb(77,57,74); }
div.DivClassName
{
background-color: #4D394A;
}
.BgClassName
{
background-color: #4D394A;
}
</style>
border-color css
<style>
span { border-color: #4D394A; }
span { border-color: rgb(77,57,74); }
td.TdClassName
{
border-color: #4D394A;
}
.TagClassName
{
border-color: #4D394A;
}
</style>