Shades of Loulou #4F264A
Tints of Loulou #4F264A
RGB
CMYK
RGB Variations
Color information
#4F264A (or 0x4F264A) is known color: Loulou. HEX triplet: 4F, 26 and 4A. RGB value is (79,38,74). Sum of RGB (Red+Green+Blue) = 79+38+74=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F264A is #B0D9B5. Grayscale: #363636. Windows color (decimal): -11590070 or 4859471. OLE color: 4859471.
HSL color Cylindrical-coordinate representation of color #4F264A: hue angle of 307.32º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F264A is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 74 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.69 |
| HSL | 307.32º | 0.35% | 0.23% | - |
| HSV(B) | 307.32º | 0.52% | 0.31% | - |
| XYZ | 5.15 | 3.54 | 6.89 | - |
| YUV | 54.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 74 | 0 | 0.52 | 0.06 | 0.69 | 307.32 | 0.35 | 0.23 |
| Hex | 4F | 26 | 4A | 0 | 34 | 6 | 45 | 133 | 23 | 17 |
| Octal | 117 | 46 | 112 | 0 | 64 | 6 | 105 | 463 | 43 | 27 |
| Binary | 1001111 | 100110 | 1001010 | 0 | 110100 | 110 | 1000101 | 100110011 | 100011 | 10111 |
Color Harmonies of #4F264A
Complementary color
Monochromatic Colors of #4F264A
Black with #4F264A
Text Example
Text Example
White with #4F264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F264A; }
p { color: rgb(79,38,74); }
H1.HeaderClassName
{
color: #4F264A;
}
.AnyTagClassName
{
color: #4F264A;
}
</style>
background-color css
<style>
a { background-color: #4F264A; }
a { background-color: rgb(79,38,74); }
div.DivClassName
{
background-color: #4F264A;
}
.BgClassName
{
background-color: #4F264A;
}
</style>
border-color css
<style>
span { border-color: #4F264A; }
span { border-color: rgb(79,38,74); }
td.TdClassName
{
border-color: #4F264A;
}
.TagClassName
{
border-color: #4F264A;
}
</style>