Shades of Loulou #4B2E47
Tints of Loulou #4B2E47
RGB
CMYK
RGB Variations
Color information
#4B2E47 (or 0x4B2E47) is known color: Loulou. HEX triplet: 4B, 2E and 47. RGB value is (75,46,71). Sum of RGB (Red+Green+Blue) = 75+46+71=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E47 is #B4D1B8. Grayscale: #393939. Windows color (decimal): -11850169 or 4664907. OLE color: 4664907.
HSL color Cylindrical-coordinate representation of color #4B2E47: hue angle of 308.28º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E47 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 71 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.71 |
| HSL | 308.28º | 0.24% | 0.24% | - |
| HSV(B) | 308.28º | 0.39% | 0.29% | - |
| XYZ | 5.02 | 3.9 | 6.45 | - |
| YUV | 57.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 71 | 0 | 0.39 | 0.05 | 0.71 | 308.28 | 0.24 | 0.24 |
| Hex | 4B | 2E | 47 | 0 | 27 | 5 | 47 | 134 | 18 | 18 |
| Octal | 113 | 56 | 107 | 0 | 47 | 5 | 107 | 464 | 30 | 30 |
| Binary | 1001011 | 101110 | 1000111 | 0 | 100111 | 101 | 1000111 | 100110100 | 11000 | 11000 |
Color Harmonies of #4B2E47
Complementary color
Monochromatic Colors of #4B2E47
Black with #4B2E47
Text Example
Text Example
White with #4B2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E47; }
p { color: rgb(75,46,71); }
H1.HeaderClassName
{
color: #4B2E47;
}
.AnyTagClassName
{
color: #4B2E47;
}
</style>
background-color css
<style>
a { background-color: #4B2E47; }
a { background-color: rgb(75,46,71); }
div.DivClassName
{
background-color: #4B2E47;
}
.BgClassName
{
background-color: #4B2E47;
}
</style>
border-color css
<style>
span { border-color: #4B2E47; }
span { border-color: rgb(75,46,71); }
td.TdClassName
{
border-color: #4B2E47;
}
.TagClassName
{
border-color: #4B2E47;
}
</style>