Shades of Loulou #4D354A
Tints of Loulou #4D354A
RGB
CMYK
RGB Variations
Color information
#4D354A (or 0x4D354A) is known color: Loulou. HEX triplet: 4D, 35 and 4A. RGB value is (77,53,74). Sum of RGB (Red+Green+Blue) = 77+53+74=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D354A is #B2CAB5. Grayscale: #3E3E3E. Windows color (decimal): -11717302 or 4863309. OLE color: 4863309.
HSL color Cylindrical-coordinate representation of color #4D354A: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D354A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 74 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.70 |
| HSL | 307.5º | 0.18% | 0.25% | - |
| HSV(B) | 307.5º | 0.31% | 0.3% | - |
| XYZ | 5.57 | 4.62 | 7.08 | - |
| YUV | 62.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 74 | 0 | 0.31 | 0.04 | 0.70 | 307.5 | 0.18 | 0.25 |
| Hex | 4D | 35 | 4A | 0 | 1F | 4 | 46 | 134 | 12 | 19 |
| Octal | 115 | 65 | 112 | 0 | 37 | 4 | 106 | 464 | 22 | 31 |
| Binary | 1001101 | 110101 | 1001010 | 0 | 11111 | 100 | 1000110 | 100110100 | 10010 | 11001 |
Color Harmonies of #4D354A
Complementary color
Monochromatic Colors of #4D354A
Black with #4D354A
Text Example
Text Example
White with #4D354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D354A; }
p { color: rgb(77,53,74); }
H1.HeaderClassName
{
color: #4D354A;
}
.AnyTagClassName
{
color: #4D354A;
}
</style>
background-color css
<style>
a { background-color: #4D354A; }
a { background-color: rgb(77,53,74); }
div.DivClassName
{
background-color: #4D354A;
}
.BgClassName
{
background-color: #4D354A;
}
</style>
border-color css
<style>
span { border-color: #4D354A; }
span { border-color: rgb(77,53,74); }
td.TdClassName
{
border-color: #4D354A;
}
.TagClassName
{
border-color: #4D354A;
}
</style>