Shades of William #4F716B
Tints of William #4F716B
RGB
CMYK
RGB Variations
Color information
#4F716B (or 0x4F716B) is known color: William. HEX triplet: 4F, 71 and 6B. RGB value is (79,113,107). Sum of RGB (Red+Green+Blue) = 79+113+107=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4F716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F716B is #B08E94. Grayscale: #666666. Windows color (decimal): -11570837 or 7041359. OLE color: 7041359.
HSL color Cylindrical-coordinate representation of color #4F716B: hue angle of 169.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F716B is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 107 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.56 |
| HSL | 169.41º | 0.18% | 0.38% | - |
| HSV(B) | 169.41º | 0.3% | 0.44% | - |
| XYZ | 11.78 | 14.53 | 16.09 | - |
| YUV | 102.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 107 | 0.30 | 0 | 0.05 | 0.56 | 169.41 | 0.18 | 0.38 |
| Hex | 4F | 71 | 6B | 1E | 0 | 5 | 38 | A9 | 12 | 26 |
| Octal | 117 | 161 | 153 | 36 | 0 | 5 | 70 | 251 | 22 | 46 |
| Binary | 1001111 | 1110001 | 1101011 | 11110 | 0 | 101 | 111000 | 10101001 | 10010 | 100110 |
Color Harmonies of #4F716B
Complementary color
Monochromatic Colors of #4F716B
Black with #4F716B
Text Example
Text Example
White with #4F716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F716B; }
p { color: rgb(79,113,107); }
H1.HeaderClassName
{
color: #4F716B;
}
.AnyTagClassName
{
color: #4F716B;
}
</style>
background-color css
<style>
a { background-color: #4F716B; }
a { background-color: rgb(79,113,107); }
div.DivClassName
{
background-color: #4F716B;
}
.BgClassName
{
background-color: #4F716B;
}
</style>
border-color css
<style>
span { border-color: #4F716B; }
span { border-color: rgb(79,113,107); }
td.TdClassName
{
border-color: #4F716B;
}
.TagClassName
{
border-color: #4F716B;
}
</style>