Shades of Loulou #4D2648
Tints of Loulou #4D2648
RGB
CMYK
RGB Variations
Color information
#4D2648 (or 0x4D2648) is known color: Loulou. HEX triplet: 4D, 26 and 48. RGB value is (77,38,72). Sum of RGB (Red+Green+Blue) = 77+38+72=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2648 is #B2D9B7. Grayscale: #353535. Windows color (decimal): -11721144 or 4728397. OLE color: 4728397.
HSL color Cylindrical-coordinate representation of color #4D2648: hue angle of 307.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2648 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 72 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.70 |
| HSL | 307.69º | 0.34% | 0.23% | - |
| HSV(B) | 307.69º | 0.51% | 0.3% | - |
| XYZ | 4.92 | 3.43 | 6.53 | - |
| YUV | 53.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 72 | 0 | 0.51 | 0.06 | 0.70 | 307.69 | 0.34 | 0.23 |
| Hex | 4D | 26 | 48 | 0 | 33 | 6 | 46 | 134 | 22 | 17 |
| Octal | 115 | 46 | 110 | 0 | 63 | 6 | 106 | 464 | 42 | 27 |
| Binary | 1001101 | 100110 | 1001000 | 0 | 110011 | 110 | 1000110 | 100110100 | 100010 | 10111 |
Color Harmonies of #4D2648
Complementary color
Monochromatic Colors of #4D2648
Black with #4D2648
Text Example
Text Example
White with #4D2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2648; }
p { color: rgb(77,38,72); }
H1.HeaderClassName
{
color: #4D2648;
}
.AnyTagClassName
{
color: #4D2648;
}
</style>
background-color css
<style>
a { background-color: #4D2648; }
a { background-color: rgb(77,38,72); }
div.DivClassName
{
background-color: #4D2648;
}
.BgClassName
{
background-color: #4D2648;
}
</style>
border-color css
<style>
span { border-color: #4D2648; }
span { border-color: rgb(77,38,72); }
td.TdClassName
{
border-color: #4D2648;
}
.TagClassName
{
border-color: #4D2648;
}
</style>