Shades of Loulou #4F264B
Tints of Loulou #4F264B
RGB
CMYK
RGB Variations
Color information
#4F264B (or 0x4F264B) is known color: Loulou. HEX triplet: 4F, 26 and 4B. RGB value is (79,38,75). Sum of RGB (Red+Green+Blue) = 79+38+75=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F264B is #B0D9B4. Grayscale: #363636. Windows color (decimal): -11590069 or 4925007. OLE color: 4925007.
HSL color Cylindrical-coordinate representation of color #4F264B: hue angle of 305.85º 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 #4F264B is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 75 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.69 |
| HSL | 305.85º | 0.35% | 0.23% | - |
| HSV(B) | 305.85º | 0.52% | 0.31% | - |
| XYZ | 5.19 | 3.56 | 7.07 | - |
| YUV | 54.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 75 | 0 | 0.52 | 0.05 | 0.69 | 305.85 | 0.35 | 0.23 |
| Hex | 4F | 26 | 4B | 0 | 34 | 5 | 45 | 132 | 23 | 17 |
| Octal | 117 | 46 | 113 | 0 | 64 | 5 | 105 | 462 | 43 | 27 |
| Binary | 1001111 | 100110 | 1001011 | 0 | 110100 | 101 | 1000101 | 100110010 | 100011 | 10111 |
Color Harmonies of #4F264B
Complementary color
Monochromatic Colors of #4F264B
Black with #4F264B
Text Example
Text Example
White with #4F264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F264B; }
p { color: rgb(79,38,75); }
H1.HeaderClassName
{
color: #4F264B;
}
.AnyTagClassName
{
color: #4F264B;
}
</style>
background-color css
<style>
a { background-color: #4F264B; }
a { background-color: rgb(79,38,75); }
div.DivClassName
{
background-color: #4F264B;
}
.BgClassName
{
background-color: #4F264B;
}
</style>
border-color css
<style>
span { border-color: #4F264B; }
span { border-color: rgb(79,38,75); }
td.TdClassName
{
border-color: #4F264B;
}
.TagClassName
{
border-color: #4F264B;
}
</style>