Shades of Loulou #4D2746
Tints of Loulou #4D2746
RGB
CMYK
RGB Variations
Color information
#4D2746 (or 0x4D2746) is known color: Loulou. HEX triplet: 4D, 27 and 46. RGB value is (77,39,70). Sum of RGB (Red+Green+Blue) = 77+39+70=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2746 is #B2D8B9. Grayscale: #353535. Windows color (decimal): -11720890 or 4597581. OLE color: 4597581.
HSL color Cylindrical-coordinate representation of color #4D2746: hue angle of 311.05º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D2746 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 70 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.70 |
| HSL | 311.05º | 0.33% | 0.23% | - |
| HSV(B) | 311.05º | 0.49% | 0.3% | - |
| XYZ | 4.89 | 3.47 | 6.21 | - |
| YUV | 53.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 70 | 0 | 0.49 | 0.09 | 0.70 | 311.05 | 0.33 | 0.23 |
| Hex | 4D | 27 | 46 | 0 | 31 | 9 | 46 | 137 | 21 | 17 |
| Octal | 115 | 47 | 106 | 0 | 61 | 11 | 106 | 467 | 41 | 27 |
| Binary | 1001101 | 100111 | 1000110 | 0 | 110001 | 1001 | 1000110 | 100110111 | 100001 | 10111 |
Color Harmonies of #4D2746
Complementary color
Monochromatic Colors of #4D2746
Black with #4D2746
Text Example
Text Example
White with #4D2746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2746; }
p { color: rgb(77,39,70); }
H1.HeaderClassName
{
color: #4D2746;
}
.AnyTagClassName
{
color: #4D2746;
}
</style>
background-color css
<style>
a { background-color: #4D2746; }
a { background-color: rgb(77,39,70); }
div.DivClassName
{
background-color: #4D2746;
}
.BgClassName
{
background-color: #4D2746;
}
</style>
border-color css
<style>
span { border-color: #4D2746; }
span { border-color: rgb(77,39,70); }
td.TdClassName
{
border-color: #4D2746;
}
.TagClassName
{
border-color: #4D2746;
}
</style>