Shades of Loulou #4F2E4B
Tints of Loulou #4F2E4B
RGB
CMYK
RGB Variations
Color information
#4F2E4B (or 0x4F2E4B) is known color: Loulou. HEX triplet: 4F, 2E and 4B. RGB value is (79,46,75). Sum of RGB (Red+Green+Blue) = 79+46+75=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E4B is #B0D1B4. Grayscale: #3B3B3B. Windows color (decimal): -11588021 or 4927055. OLE color: 4927055.
HSL color Cylindrical-coordinate representation of color #4F2E4B: hue angle of 307.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E4B is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 75 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.69 |
| HSL | 307.27º | 0.26% | 0.25% | - |
| HSV(B) | 307.27º | 0.42% | 0.31% | - |
| XYZ | 5.47 | 4.12 | 7.16 | - |
| YUV | 59.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 75 | 0 | 0.42 | 0.05 | 0.69 | 307.27 | 0.26 | 0.25 |
| Hex | 4F | 2E | 4B | 0 | 2A | 5 | 45 | 133 | 1A | 19 |
| Octal | 117 | 56 | 113 | 0 | 52 | 5 | 105 | 463 | 32 | 31 |
| Binary | 1001111 | 101110 | 1001011 | 0 | 101010 | 101 | 1000101 | 100110011 | 11010 | 11001 |
Color Harmonies of #4F2E4B
Complementary color
Monochromatic Colors of #4F2E4B
Black with #4F2E4B
Text Example
Text Example
White with #4F2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E4B; }
p { color: rgb(79,46,75); }
H1.HeaderClassName
{
color: #4F2E4B;
}
.AnyTagClassName
{
color: #4F2E4B;
}
</style>
background-color css
<style>
a { background-color: #4F2E4B; }
a { background-color: rgb(79,46,75); }
div.DivClassName
{
background-color: #4F2E4B;
}
.BgClassName
{
background-color: #4F2E4B;
}
</style>
border-color css
<style>
span { border-color: #4F2E4B; }
span { border-color: rgb(79,46,75); }
td.TdClassName
{
border-color: #4F2E4B;
}
.TagClassName
{
border-color: #4F2E4B;
}
</style>