Shades of Loulou #4D2646
Tints of Loulou #4D2646
RGB
CMYK
RGB Variations
Color information
#4D2646 (or 0x4D2646) is known color: Loulou. HEX triplet: 4D, 26 and 46. RGB value is (77,38,70). Sum of RGB (Red+Green+Blue) = 77+38+70=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2646 is #B2D9B9. Grayscale: #353535. Windows color (decimal): -11721146 or 4597325. OLE color: 4597325.
HSL color Cylindrical-coordinate representation of color #4D2646: hue angle of 310.77º 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 #4D2646 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 70 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.70 |
| HSL | 310.77º | 0.34% | 0.23% | - |
| HSV(B) | 310.77º | 0.51% | 0.3% | - |
| XYZ | 4.86 | 3.41 | 6.2 | - |
| YUV | 53.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 70 | 0 | 0.51 | 0.09 | 0.70 | 310.77 | 0.34 | 0.23 |
| Hex | 4D | 26 | 46 | 0 | 33 | 9 | 46 | 137 | 22 | 17 |
| Octal | 115 | 46 | 106 | 0 | 63 | 11 | 106 | 467 | 42 | 27 |
| Binary | 1001101 | 100110 | 1000110 | 0 | 110011 | 1001 | 1000110 | 100110111 | 100010 | 10111 |
Color Harmonies of #4D2646
Complementary color
Monochromatic Colors of #4D2646
Black with #4D2646
Text Example
Text Example
White with #4D2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2646; }
p { color: rgb(77,38,70); }
H1.HeaderClassName
{
color: #4D2646;
}
.AnyTagClassName
{
color: #4D2646;
}
</style>
background-color css
<style>
a { background-color: #4D2646; }
a { background-color: rgb(77,38,70); }
div.DivClassName
{
background-color: #4D2646;
}
.BgClassName
{
background-color: #4D2646;
}
</style>
border-color css
<style>
span { border-color: #4D2646; }
span { border-color: rgb(77,38,70); }
td.TdClassName
{
border-color: #4D2646;
}
.TagClassName
{
border-color: #4D2646;
}
</style>