Shades of Loulou #4D2E4B
Tints of Loulou #4D2E4B
RGB
CMYK
RGB Variations
Color information
#4D2E4B (or 0x4D2E4B) is known color: Loulou. HEX triplet: 4D, 2E and 4B. RGB value is (77,46,75). Sum of RGB (Red+Green+Blue) = 77+46+75=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E4B is #B2D1B4. Grayscale: #3A3A3A. Windows color (decimal): -11719093 or 4927053. OLE color: 4927053.
HSL color Cylindrical-coordinate representation of color #4D2E4B: hue angle of 303.87º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E4B is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 75 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.70 |
| HSL | 303.87º | 0.25% | 0.24% | - |
| HSV(B) | 303.87º | 0.4% | 0.3% | - |
| XYZ | 5.31 | 4.04 | 7.16 | - |
| YUV | 58.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 75 | 0 | 0.40 | 0.03 | 0.70 | 303.87 | 0.25 | 0.24 |
| Hex | 4D | 2E | 4B | 0 | 28 | 3 | 46 | 130 | 19 | 18 |
| Octal | 115 | 56 | 113 | 0 | 50 | 3 | 106 | 460 | 31 | 30 |
| Binary | 1001101 | 101110 | 1001011 | 0 | 101000 | 11 | 1000110 | 100110000 | 11001 | 11000 |
Color Harmonies of #4D2E4B
Complementary color
Monochromatic Colors of #4D2E4B
Black with #4D2E4B
Text Example
Text Example
White with #4D2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E4B; }
p { color: rgb(77,46,75); }
H1.HeaderClassName
{
color: #4D2E4B;
}
.AnyTagClassName
{
color: #4D2E4B;
}
</style>
background-color css
<style>
a { background-color: #4D2E4B; }
a { background-color: rgb(77,46,75); }
div.DivClassName
{
background-color: #4D2E4B;
}
.BgClassName
{
background-color: #4D2E4B;
}
</style>
border-color css
<style>
span { border-color: #4D2E4B; }
span { border-color: rgb(77,46,75); }
td.TdClassName
{
border-color: #4D2E4B;
}
.TagClassName
{
border-color: #4D2E4B;
}
</style>