Shades of Loulou #4F2B45
Tints of Loulou #4F2B45
RGB
CMYK
RGB Variations
Color information
#4F2B45 (or 0x4F2B45) is known color: Loulou. HEX triplet: 4F, 2B and 45. RGB value is (79,43,69). Sum of RGB (Red+Green+Blue) = 79+43+69=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B45 is #B0D4BA. Grayscale: #383838. Windows color (decimal): -11588795 or 4533071. OLE color: 4533071.
HSL color Cylindrical-coordinate representation of color #4F2B45: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F2B45 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 43 | 69 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.69 |
| HSL | 316.67º | 0.3% | 0.24% | - |
| HSV(B) | 316.67º | 0.46% | 0.31% | - |
| XYZ | 5.16 | 3.82 | 6.1 | - |
| YUV | 56.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 69 | 0 | 0.46 | 0.13 | 0.69 | 316.67 | 0.3 | 0.24 |
| Hex | 4F | 2B | 45 | 0 | 2E | D | 45 | 13D | 1E | 18 |
| Octal | 117 | 53 | 105 | 0 | 56 | 15 | 105 | 475 | 36 | 30 |
| Binary | 1001111 | 101011 | 1000101 | 0 | 101110 | 1101 | 1000101 | 100111101 | 11110 | 11000 |
Color Harmonies of #4F2B45
Complementary color
Monochromatic Colors of #4F2B45
Black with #4F2B45
Text Example
Text Example
White with #4F2B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B45; }
p { color: rgb(79,43,69); }
H1.HeaderClassName
{
color: #4F2B45;
}
.AnyTagClassName
{
color: #4F2B45;
}
</style>
background-color css
<style>
a { background-color: #4F2B45; }
a { background-color: rgb(79,43,69); }
div.DivClassName
{
background-color: #4F2B45;
}
.BgClassName
{
background-color: #4F2B45;
}
</style>
border-color css
<style>
span { border-color: #4F2B45; }
span { border-color: rgb(79,43,69); }
td.TdClassName
{
border-color: #4F2B45;
}
.TagClassName
{
border-color: #4F2B45;
}
</style>