Shades of Loulou #4F1B49
Tints of Loulou #4F1B49
RGB
CMYK
RGB Variations
Color information
#4F1B49 (or 0x4F1B49) is known color: Loulou. HEX triplet: 4F, 1B and 49. RGB value is (79,27,73). Sum of RGB (Red+Green+Blue) = 79+27+73=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B49 is #B0E4B6. Grayscale: #2F2F2F. Windows color (decimal): -11592887 or 4791119. OLE color: 4791119.
HSL color Cylindrical-coordinate representation of color #4F1B49: hue angle of 306.92º 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 #4F1B49 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 73 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.69 |
| HSL | 306.92º | 0.49% | 0.21% | - |
| HSV(B) | 306.92º | 0.66% | 0.31% | - |
| XYZ | 4.82 | 2.93 | 6.61 | - |
| YUV | 47.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 73 | 0 | 0.66 | 0.08 | 0.69 | 306.92 | 0.49 | 0.21 |
| Hex | 4F | 1B | 49 | 0 | 42 | 8 | 45 | 133 | 31 | 15 |
| Octal | 117 | 33 | 111 | 0 | 102 | 10 | 105 | 463 | 61 | 25 |
| Binary | 1001111 | 11011 | 1001001 | 0 | 1000010 | 1000 | 1000101 | 100110011 | 110001 | 10101 |
Color Harmonies of #4F1B49
Complementary color
Monochromatic Colors of #4F1B49
Black with #4F1B49
Text Example
Text Example
White with #4F1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B49; }
p { color: rgb(79,27,73); }
H1.HeaderClassName
{
color: #4F1B49;
}
.AnyTagClassName
{
color: #4F1B49;
}
</style>
background-color css
<style>
a { background-color: #4F1B49; }
a { background-color: rgb(79,27,73); }
div.DivClassName
{
background-color: #4F1B49;
}
.BgClassName
{
background-color: #4F1B49;
}
</style>
border-color css
<style>
span { border-color: #4F1B49; }
span { border-color: rgb(79,27,73); }
td.TdClassName
{
border-color: #4F1B49;
}
.TagClassName
{
border-color: #4F1B49;
}
</style>