Shades of Loulou #4F1B45
Tints of Loulou #4F1B45
RGB
CMYK
RGB Variations
Color information
#4F1B45 (or 0x4F1B45) is known color: Loulou. HEX triplet: 4F, 1B and 45. RGB value is (79,27,69). Sum of RGB (Red+Green+Blue) = 79+27+69=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B45 is #B0E4BA. Grayscale: #2F2F2F. Windows color (decimal): -11592891 or 4528975. OLE color: 4528975.
HSL color Cylindrical-coordinate representation of color #4F1B45: hue angle of 311.54º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B45 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 69 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.69 |
| HSL | 311.54º | 0.49% | 0.21% | - |
| HSV(B) | 311.54º | 0.66% | 0.31% | - |
| XYZ | 4.69 | 2.88 | 5.94 | - |
| YUV | 47.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 69 | 0 | 0.66 | 0.13 | 0.69 | 311.54 | 0.49 | 0.21 |
| Hex | 4F | 1B | 45 | 0 | 42 | D | 45 | 138 | 31 | 15 |
| Octal | 117 | 33 | 105 | 0 | 102 | 15 | 105 | 470 | 61 | 25 |
| Binary | 1001111 | 11011 | 1000101 | 0 | 1000010 | 1101 | 1000101 | 100111000 | 110001 | 10101 |
Color Harmonies of #4F1B45
Complementary color
Monochromatic Colors of #4F1B45
Black with #4F1B45
Text Example
Text Example
White with #4F1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B45; }
p { color: rgb(79,27,69); }
H1.HeaderClassName
{
color: #4F1B45;
}
.AnyTagClassName
{
color: #4F1B45;
}
</style>
background-color css
<style>
a { background-color: #4F1B45; }
a { background-color: rgb(79,27,69); }
div.DivClassName
{
background-color: #4F1B45;
}
.BgClassName
{
background-color: #4F1B45;
}
</style>
border-color css
<style>
span { border-color: #4F1B45; }
span { border-color: rgb(79,27,69); }
td.TdClassName
{
border-color: #4F1B45;
}
.TagClassName
{
border-color: #4F1B45;
}
</style>