Shades of Loulou #4A2247
Tints of Loulou #4A2247
RGB
CMYK
RGB Variations
Color information
#4A2247 (or 0x4A2247) is known color: Loulou. HEX triplet: 4A, 22 and 47. RGB value is (74,34,71). Sum of RGB (Red+Green+Blue) = 74+34+71=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2247 is #B5DDB8. Grayscale: #323232. Windows color (decimal): -11918777 or 4661834. OLE color: 4661834.
HSL color Cylindrical-coordinate representation of color #4A2247: hue angle of 304.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A2247 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 34 | 71 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.71 |
| HSL | 304.5º | 0.37% | 0.21% | - |
| HSV(B) | 304.5º | 0.54% | 0.29% | - |
| XYZ | 4.53 | 3.05 | 6.31 | - |
| YUV | 50.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 71 | 0 | 0.54 | 0.04 | 0.71 | 304.5 | 0.37 | 0.21 |
| Hex | 4A | 22 | 47 | 0 | 36 | 4 | 47 | 130 | 25 | 15 |
| Octal | 112 | 42 | 107 | 0 | 66 | 4 | 107 | 460 | 45 | 25 |
| Binary | 1001010 | 100010 | 1000111 | 0 | 110110 | 100 | 1000111 | 100110000 | 100101 | 10101 |
Color Harmonies of #4A2247
Complementary color
Monochromatic Colors of #4A2247
Black with #4A2247
Text Example
Text Example
White with #4A2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2247; }
p { color: rgb(74,34,71); }
H1.HeaderClassName
{
color: #4A2247;
}
.AnyTagClassName
{
color: #4A2247;
}
</style>
background-color css
<style>
a { background-color: #4A2247; }
a { background-color: rgb(74,34,71); }
div.DivClassName
{
background-color: #4A2247;
}
.BgClassName
{
background-color: #4A2247;
}
</style>
border-color css
<style>
span { border-color: #4A2247; }
span { border-color: rgb(74,34,71); }
td.TdClassName
{
border-color: #4A2247;
}
.TagClassName
{
border-color: #4A2247;
}
</style>