Shades of Loulou #4F2A4C
Tints of Loulou #4F2A4C
RGB
CMYK
RGB Variations
Color information
#4F2A4C (or 0x4F2A4C) is known color: Loulou. HEX triplet: 4F, 2A and 4C. RGB value is (79,42,76). Sum of RGB (Red+Green+Blue) = 79+42+76=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A4C is #B0D5B3. Grayscale: #383838. Windows color (decimal): -11589044 or 4991567. OLE color: 4991567.
HSL color Cylindrical-coordinate representation of color #4F2A4C: hue angle of 304.86º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F2A4C is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 76 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.69 |
| HSL | 304.86º | 0.31% | 0.24% | - |
| HSV(B) | 304.86º | 0.47% | 0.31% | - |
| XYZ | 5.36 | 3.84 | 7.3 | - |
| YUV | 56.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 76 | 0 | 0.47 | 0.04 | 0.69 | 304.86 | 0.31 | 0.24 |
| Hex | 4F | 2A | 4C | 0 | 2F | 4 | 45 | 131 | 1F | 18 |
| Octal | 117 | 52 | 114 | 0 | 57 | 4 | 105 | 461 | 37 | 30 |
| Binary | 1001111 | 101010 | 1001100 | 0 | 101111 | 100 | 1000101 | 100110001 | 11111 | 11000 |
Color Harmonies of #4F2A4C
Complementary color
Monochromatic Colors of #4F2A4C
Black with #4F2A4C
Text Example
Text Example
White with #4F2A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A4C; }
p { color: rgb(79,42,76); }
H1.HeaderClassName
{
color: #4F2A4C;
}
.AnyTagClassName
{
color: #4F2A4C;
}
</style>
background-color css
<style>
a { background-color: #4F2A4C; }
a { background-color: rgb(79,42,76); }
div.DivClassName
{
background-color: #4F2A4C;
}
.BgClassName
{
background-color: #4F2A4C;
}
</style>
border-color css
<style>
span { border-color: #4F2A4C; }
span { border-color: rgb(79,42,76); }
td.TdClassName
{
border-color: #4F2A4C;
}
.TagClassName
{
border-color: #4F2A4C;
}
</style>