Shades of Loulou #4B2A47
Tints of Loulou #4B2A47
RGB
CMYK
RGB Variations
Color information
#4B2A47 (or 0x4B2A47) is known color: Loulou. HEX triplet: 4B, 2A and 47. RGB value is (75,42,71). Sum of RGB (Red+Green+Blue) = 75+42+71=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A47 is #B4D5B8. Grayscale: #373737. Windows color (decimal): -11851193 or 4663883. OLE color: 4663883.
HSL color Cylindrical-coordinate representation of color #4B2A47: hue angle of 307.27º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B2A47 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 42 | 71 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.71 |
| HSL | 307.27º | 0.28% | 0.23% | - |
| HSV(B) | 307.27º | 0.44% | 0.29% | - |
| XYZ | 4.87 | 3.61 | 6.4 | - |
| YUV | 55.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 71 | 0 | 0.44 | 0.05 | 0.71 | 307.27 | 0.28 | 0.23 |
| Hex | 4B | 2A | 47 | 0 | 2C | 5 | 47 | 133 | 1C | 17 |
| Octal | 113 | 52 | 107 | 0 | 54 | 5 | 107 | 463 | 34 | 27 |
| Binary | 1001011 | 101010 | 1000111 | 0 | 101100 | 101 | 1000111 | 100110011 | 11100 | 10111 |
Color Harmonies of #4B2A47
Complementary color
Monochromatic Colors of #4B2A47
Black with #4B2A47
Text Example
Text Example
White with #4B2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2A47; }
p { color: rgb(75,42,71); }
H1.HeaderClassName
{
color: #4B2A47;
}
.AnyTagClassName
{
color: #4B2A47;
}
</style>
background-color css
<style>
a { background-color: #4B2A47; }
a { background-color: rgb(75,42,71); }
div.DivClassName
{
background-color: #4B2A47;
}
.BgClassName
{
background-color: #4B2A47;
}
</style>
border-color css
<style>
span { border-color: #4B2A47; }
span { border-color: rgb(75,42,71); }
td.TdClassName
{
border-color: #4B2A47;
}
.TagClassName
{
border-color: #4B2A47;
}
</style>