Shades of Loulou #4F334B
Tints of Loulou #4F334B
RGB
CMYK
RGB Variations
Color information
#4F334B (or 0x4F334B) is known color: Loulou. HEX triplet: 4F, 33 and 4B. RGB value is (79,51,75). Sum of RGB (Red+Green+Blue) = 79+51+75=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F334B is #B0CCB4. Grayscale: #3E3E3E. Windows color (decimal): -11586741 or 4928335. OLE color: 4928335.
HSL color Cylindrical-coordinate representation of color #4F334B: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F334B is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 75 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.69 |
| HSL | 308.57º | 0.22% | 0.25% | - |
| HSV(B) | 308.57º | 0.35% | 0.31% | - |
| XYZ | 5.68 | 4.54 | 7.23 | - |
| YUV | 62.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 75 | 0 | 0.35 | 0.05 | 0.69 | 308.57 | 0.22 | 0.25 |
| Hex | 4F | 33 | 4B | 0 | 23 | 5 | 45 | 135 | 16 | 19 |
| Octal | 117 | 63 | 113 | 0 | 43 | 5 | 105 | 465 | 26 | 31 |
| Binary | 1001111 | 110011 | 1001011 | 0 | 100011 | 101 | 1000101 | 100110101 | 10110 | 11001 |
Color Harmonies of #4F334B
Complementary color
Monochromatic Colors of #4F334B
Black with #4F334B
Text Example
Text Example
White with #4F334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F334B; }
p { color: rgb(79,51,75); }
H1.HeaderClassName
{
color: #4F334B;
}
.AnyTagClassName
{
color: #4F334B;
}
</style>
background-color css
<style>
a { background-color: #4F334B; }
a { background-color: rgb(79,51,75); }
div.DivClassName
{
background-color: #4F334B;
}
.BgClassName
{
background-color: #4F334B;
}
</style>
border-color css
<style>
span { border-color: #4F334B; }
span { border-color: rgb(79,51,75); }
td.TdClassName
{
border-color: #4F334B;
}
.TagClassName
{
border-color: #4F334B;
}
</style>