Shades of Loulou #4F1348
Tints of Loulou #4F1348
RGB
CMYK
RGB Variations
Color information
#4F1348 (or 0x4F1348) is known color: Loulou. HEX triplet: 4F, 13 and 48. RGB value is (79,19,72). Sum of RGB (Red+Green+Blue) = 79+19+72=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1348 is #B0ECB7. Grayscale: #2A2A2A. Windows color (decimal): -11594936 or 4723535. OLE color: 4723535.
HSL color Cylindrical-coordinate representation of color #4F1348: hue angle of 307º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1348 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 72 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.69 |
| HSL | 307º | 0.61% | 0.19% | - |
| HSV(B) | 307º | 0.76% | 0.31% | - |
| XYZ | 4.63 | 2.6 | 6.39 | - |
| YUV | 42.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 72 | 0 | 0.76 | 0.09 | 0.69 | 307 | 0.61 | 0.19 |
| Hex | 4F | 13 | 48 | 0 | 4C | 9 | 45 | 133 | 3D | 13 |
| Octal | 117 | 23 | 110 | 0 | 114 | 11 | 105 | 463 | 75 | 23 |
| Binary | 1001111 | 10011 | 1001000 | 0 | 1001100 | 1001 | 1000101 | 100110011 | 111101 | 10011 |
Color Harmonies of #4F1348
Complementary color
Monochromatic Colors of #4F1348
Black with #4F1348
Text Example
Text Example
White with #4F1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1348; }
p { color: rgb(79,19,72); }
H1.HeaderClassName
{
color: #4F1348;
}
.AnyTagClassName
{
color: #4F1348;
}
</style>
background-color css
<style>
a { background-color: #4F1348; }
a { background-color: rgb(79,19,72); }
div.DivClassName
{
background-color: #4F1348;
}
.BgClassName
{
background-color: #4F1348;
}
</style>
border-color css
<style>
span { border-color: #4F1348; }
span { border-color: rgb(79,19,72); }
td.TdClassName
{
border-color: #4F1348;
}
.TagClassName
{
border-color: #4F1348;
}
</style>