Shades of Loulou #4F2A4D
Tints of Loulou #4F2A4D
RGB
CMYK
RGB Variations
Color information
#4F2A4D (or 0x4F2A4D) is known color: Loulou. HEX triplet: 4F, 2A and 4D. RGB value is (79,42,77). Sum of RGB (Red+Green+Blue) = 79+42+77=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2A4D is #B0D5B2. Grayscale: #383838. Windows color (decimal): -11589043 or 5057103. OLE color: 5057103.
HSL color Cylindrical-coordinate representation of color #4F2A4D: hue angle of 303.24º 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 #4F2A4D is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 77 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.69 |
| HSL | 303.24º | 0.31% | 0.24% | - |
| HSV(B) | 303.24º | 0.47% | 0.31% | - |
| XYZ | 5.39 | 3.85 | 7.48 | - |
| YUV | 57.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 77 | 0 | 0.47 | 0.03 | 0.69 | 303.24 | 0.31 | 0.24 |
| Hex | 4F | 2A | 4D | 0 | 2F | 3 | 45 | 12F | 1F | 18 |
| Octal | 117 | 52 | 115 | 0 | 57 | 3 | 105 | 457 | 37 | 30 |
| Binary | 1001111 | 101010 | 1001101 | 0 | 101111 | 11 | 1000101 | 100101111 | 11111 | 11000 |
Color Harmonies of #4F2A4D
Complementary color
Monochromatic Colors of #4F2A4D
Black with #4F2A4D
Text Example
Text Example
White with #4F2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A4D; }
p { color: rgb(79,42,77); }
H1.HeaderClassName
{
color: #4F2A4D;
}
.AnyTagClassName
{
color: #4F2A4D;
}
</style>
background-color css
<style>
a { background-color: #4F2A4D; }
a { background-color: rgb(79,42,77); }
div.DivClassName
{
background-color: #4F2A4D;
}
.BgClassName
{
background-color: #4F2A4D;
}
</style>
border-color css
<style>
span { border-color: #4F2A4D; }
span { border-color: rgb(79,42,77); }
td.TdClassName
{
border-color: #4F2A4D;
}
.TagClassName
{
border-color: #4F2A4D;
}
</style>