Shades of Loulou #4A3246
Tints of Loulou #4A3246
RGB
CMYK
RGB Variations
Color information
#4A3246 (or 0x4A3246) is known color: Loulou. HEX triplet: 4A, 32 and 46. RGB value is (74,50,70). Sum of RGB (Red+Green+Blue) = 74+50+70=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3246 is #B5CDB9. Grayscale: #3B3B3B. Windows color (decimal): -11914682 or 4600394. OLE color: 4600394.
HSL color Cylindrical-coordinate representation of color #4A3246: hue angle of 310º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A3246 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 70 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.71 |
| HSL | 310º | 0.19% | 0.24% | - |
| HSV(B) | 310º | 0.32% | 0.29% | - |
| XYZ | 5.07 | 4.18 | 6.33 | - |
| YUV | 59.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 70 | 0 | 0.32 | 0.05 | 0.71 | 310 | 0.19 | 0.24 |
| Hex | 4A | 32 | 46 | 0 | 20 | 5 | 47 | 136 | 13 | 18 |
| Octal | 112 | 62 | 106 | 0 | 40 | 5 | 107 | 466 | 23 | 30 |
| Binary | 1001010 | 110010 | 1000110 | 0 | 100000 | 101 | 1000111 | 100110110 | 10011 | 11000 |
Color Harmonies of #4A3246
Complementary color
Monochromatic Colors of #4A3246
Black with #4A3246
Text Example
Text Example
White with #4A3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3246; }
p { color: rgb(74,50,70); }
H1.HeaderClassName
{
color: #4A3246;
}
.AnyTagClassName
{
color: #4A3246;
}
</style>
background-color css
<style>
a { background-color: #4A3246; }
a { background-color: rgb(74,50,70); }
div.DivClassName
{
background-color: #4A3246;
}
.BgClassName
{
background-color: #4A3246;
}
</style>
border-color css
<style>
span { border-color: #4A3246; }
span { border-color: rgb(74,50,70); }
td.TdClassName
{
border-color: #4A3246;
}
.TagClassName
{
border-color: #4A3246;
}
</style>