Shades of Loulou #4B2247
Tints of Loulou #4B2247
RGB
CMYK
RGB Variations
Color information
#4B2247 (or 0x4B2247) is known color: Loulou. HEX triplet: 4B, 22 and 47. RGB value is (75,34,71). Sum of RGB (Red+Green+Blue) = 75+34+71=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2247 is #B4DDB8. Grayscale: #323232. Windows color (decimal): -11853241 or 4661835. OLE color: 4661835.
HSL color Cylindrical-coordinate representation of color #4B2247: hue angle of 305.85º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2247 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 71 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.71 |
| HSL | 305.85º | 0.38% | 0.21% | - |
| HSV(B) | 305.85º | 0.55% | 0.29% | - |
| XYZ | 4.61 | 3.09 | 6.32 | - |
| YUV | 50.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 71 | 0 | 0.55 | 0.05 | 0.71 | 305.85 | 0.38 | 0.21 |
| Hex | 4B | 22 | 47 | 0 | 37 | 5 | 47 | 132 | 26 | 15 |
| Octal | 113 | 42 | 107 | 0 | 67 | 5 | 107 | 462 | 46 | 25 |
| Binary | 1001011 | 100010 | 1000111 | 0 | 110111 | 101 | 1000111 | 100110010 | 100110 | 10101 |
Color Harmonies of #4B2247
Complementary color
Monochromatic Colors of #4B2247
Black with #4B2247
Text Example
Text Example
White with #4B2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2247; }
p { color: rgb(75,34,71); }
H1.HeaderClassName
{
color: #4B2247;
}
.AnyTagClassName
{
color: #4B2247;
}
</style>
background-color css
<style>
a { background-color: #4B2247; }
a { background-color: rgb(75,34,71); }
div.DivClassName
{
background-color: #4B2247;
}
.BgClassName
{
background-color: #4B2247;
}
</style>
border-color css
<style>
span { border-color: #4B2247; }
span { border-color: rgb(75,34,71); }
td.TdClassName
{
border-color: #4B2247;
}
.TagClassName
{
border-color: #4B2247;
}
</style>