Shades of Como #4F7865
Tints of Como #4F7865
RGB
CMYK
RGB Variations
Color information
#4F7865 (or 0x4F7865) is known color: Como. HEX triplet: 4F, 78 and 65. RGB value is (79,120,101). Sum of RGB (Red+Green+Blue) = 79+120+101=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7865 is #B0879A. Grayscale: #696969. Windows color (decimal): -11569051 or 6649935. OLE color: 6649935.
HSL color Cylindrical-coordinate representation of color #4F7865: hue angle of 152.2º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7865 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 120 | 101 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.53 |
| HSL | 152.2º | 0.21% | 0.39% | - |
| HSV(B) | 152.2º | 0.34% | 0.47% | - |
| XYZ | 12.29 | 16.03 | 14.76 | - |
| YUV | 105.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 101 | 0.34 | 0 | 0.16 | 0.53 | 152.2 | 0.21 | 0.39 |
| Hex | 4F | 78 | 65 | 22 | 0 | 10 | 35 | 98 | 15 | 27 |
| Octal | 117 | 170 | 145 | 42 | 0 | 20 | 65 | 230 | 25 | 47 |
| Binary | 1001111 | 1111000 | 1100101 | 100010 | 0 | 10000 | 110101 | 10011000 | 10101 | 100111 |
Color Harmonies of #4F7865
Complementary color
Monochromatic Colors of #4F7865
Black with #4F7865
Text Example
Text Example
White with #4F7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7865; }
p { color: rgb(79,120,101); }
H1.HeaderClassName
{
color: #4F7865;
}
.AnyTagClassName
{
color: #4F7865;
}
</style>
background-color css
<style>
a { background-color: #4F7865; }
a { background-color: rgb(79,120,101); }
div.DivClassName
{
background-color: #4F7865;
}
.BgClassName
{
background-color: #4F7865;
}
</style>
border-color css
<style>
span { border-color: #4F7865; }
span { border-color: rgb(79,120,101); }
td.TdClassName
{
border-color: #4F7865;
}
.TagClassName
{
border-color: #4F7865;
}
</style>