Shades of Loulou #4F1C4A
Tints of Loulou #4F1C4A
RGB
CMYK
RGB Variations
Color information
#4F1C4A (or 0x4F1C4A) is known color: Loulou. HEX triplet: 4F, 1C and 4A. RGB value is (79,28,74). Sum of RGB (Red+Green+Blue) = 79+28+74=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C4A is #B0E3B5. Grayscale: #303030. Windows color (decimal): -11592630 or 4856911. OLE color: 4856911.
HSL color Cylindrical-coordinate representation of color #4F1C4A: hue angle of 305.88º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1C4A is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 74 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.69 |
| HSL | 305.88º | 0.48% | 0.21% | - |
| HSV(B) | 305.88º | 0.65% | 0.31% | - |
| XYZ | 4.88 | 2.99 | 6.8 | - |
| YUV | 48.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 74 | 0 | 0.65 | 0.06 | 0.69 | 305.88 | 0.48 | 0.21 |
| Hex | 4F | 1C | 4A | 0 | 41 | 6 | 45 | 132 | 30 | 15 |
| Octal | 117 | 34 | 112 | 0 | 101 | 6 | 105 | 462 | 60 | 25 |
| Binary | 1001111 | 11100 | 1001010 | 0 | 1000001 | 110 | 1000101 | 100110010 | 110000 | 10101 |
Color Harmonies of #4F1C4A
Complementary color
Monochromatic Colors of #4F1C4A
Black with #4F1C4A
Text Example
Text Example
White with #4F1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C4A; }
p { color: rgb(79,28,74); }
H1.HeaderClassName
{
color: #4F1C4A;
}
.AnyTagClassName
{
color: #4F1C4A;
}
</style>
background-color css
<style>
a { background-color: #4F1C4A; }
a { background-color: rgb(79,28,74); }
div.DivClassName
{
background-color: #4F1C4A;
}
.BgClassName
{
background-color: #4F1C4A;
}
</style>
border-color css
<style>
span { border-color: #4F1C4A; }
span { border-color: rgb(79,28,74); }
td.TdClassName
{
border-color: #4F1C4A;
}
.TagClassName
{
border-color: #4F1C4A;
}
</style>