Shades of Loulou #4D204A
Tints of Loulou #4D204A
RGB
CMYK
RGB Variations
Color information
#4D204A (or 0x4D204A) is known color: Loulou. HEX triplet: 4D, 20 and 4A. RGB value is (77,32,74). Sum of RGB (Red+Green+Blue) = 77+32+74=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D204A is #B2DFB5. Grayscale: #323232. Windows color (decimal): -11722678 or 4857933. OLE color: 4857933.
HSL color Cylindrical-coordinate representation of color #4D204A: hue angle of 304º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D204A is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 74 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.70 |
| HSL | 304º | 0.41% | 0.21% | - |
| HSV(B) | 304º | 0.58% | 0.3% | - |
| XYZ | 4.81 | 3.11 | 6.82 | - |
| YUV | 50.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 74 | 0 | 0.58 | 0.04 | 0.70 | 304 | 0.41 | 0.21 |
| Hex | 4D | 20 | 4A | 0 | 3A | 4 | 46 | 130 | 29 | 15 |
| Octal | 115 | 40 | 112 | 0 | 72 | 4 | 106 | 460 | 51 | 25 |
| Binary | 1001101 | 100000 | 1001010 | 0 | 111010 | 100 | 1000110 | 100110000 | 101001 | 10101 |
Color Harmonies of #4D204A
Complementary color
Monochromatic Colors of #4D204A
Black with #4D204A
Text Example
Text Example
White with #4D204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D204A; }
p { color: rgb(77,32,74); }
H1.HeaderClassName
{
color: #4D204A;
}
.AnyTagClassName
{
color: #4D204A;
}
</style>
background-color css
<style>
a { background-color: #4D204A; }
a { background-color: rgb(77,32,74); }
div.DivClassName
{
background-color: #4D204A;
}
.BgClassName
{
background-color: #4D204A;
}
</style>
border-color css
<style>
span { border-color: #4D204A; }
span { border-color: rgb(77,32,74); }
td.TdClassName
{
border-color: #4D204A;
}
.TagClassName
{
border-color: #4D204A;
}
</style>