Shades of Loulou #4F1A44
Tints of Loulou #4F1A44
RGB
CMYK
RGB Variations
Color information
#4F1A44 (or 0x4F1A44) is known color: Loulou. HEX triplet: 4F, 1A and 44. RGB value is (79,26,68). Sum of RGB (Red+Green+Blue) = 79+26+68=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A44 is #B0E5BB. Grayscale: #2E2E2E. Windows color (decimal): -11593148 or 4463183. OLE color: 4463183.
HSL color Cylindrical-coordinate representation of color #4F1A44: hue angle of 312.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1A44 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 68 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.69 |
| HSL | 312.45º | 0.5% | 0.21% | - |
| HSV(B) | 312.45º | 0.67% | 0.31% | - |
| XYZ | 4.64 | 2.82 | 5.77 | - |
| YUV | 46.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 68 | 0 | 0.67 | 0.14 | 0.69 | 312.45 | 0.5 | 0.21 |
| Hex | 4F | 1A | 44 | 0 | 43 | E | 45 | 138 | 32 | 15 |
| Octal | 117 | 32 | 104 | 0 | 103 | 16 | 105 | 470 | 62 | 25 |
| Binary | 1001111 | 11010 | 1000100 | 0 | 1000011 | 1110 | 1000101 | 100111000 | 110010 | 10101 |
Color Harmonies of #4F1A44
Complementary color
Monochromatic Colors of #4F1A44
Black with #4F1A44
Text Example
Text Example
White with #4F1A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A44; }
p { color: rgb(79,26,68); }
H1.HeaderClassName
{
color: #4F1A44;
}
.AnyTagClassName
{
color: #4F1A44;
}
</style>
background-color css
<style>
a { background-color: #4F1A44; }
a { background-color: rgb(79,26,68); }
div.DivClassName
{
background-color: #4F1A44;
}
.BgClassName
{
background-color: #4F1A44;
}
</style>
border-color css
<style>
span { border-color: #4F1A44; }
span { border-color: rgb(79,26,68); }
td.TdClassName
{
border-color: #4F1A44;
}
.TagClassName
{
border-color: #4F1A44;
}
</style>