Shades of William #4F6F70
Tints of William #4F6F70
RGB
CMYK
RGB Variations
Color information
#4F6F70 (or 0x4F6F70) is known color: William. HEX triplet: 4F, 6F and 70. RGB value is (79,111,112). Sum of RGB (Red+Green+Blue) = 79+111+112=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F70 is #B0908F. Grayscale: #656565. Windows color (decimal): -11571344 or 7368527. OLE color: 7368527.
HSL color Cylindrical-coordinate representation of color #4F6F70: hue angle of 181.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6F70 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 112 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.56 |
| HSL | 181.82º | 0.17% | 0.37% | - |
| HSV(B) | 181.82º | 0.29% | 0.44% | - |
| XYZ | 11.83 | 14.2 | 17.45 | - |
| YUV | 101.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 112 | 0.29 | 0.01 | 0 | 0.56 | 181.82 | 0.17 | 0.37 |
| Hex | 4F | 6F | 70 | 1D | 1 | 0 | 38 | B6 | 11 | 25 |
| Octal | 117 | 157 | 160 | 35 | 1 | 0 | 70 | 266 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1110000 | 11101 | 1 | 0 | 111000 | 10110110 | 10001 | 100101 |
Color Harmonies of #4F6F70
Complementary color
Monochromatic Colors of #4F6F70
Black with #4F6F70
Text Example
Text Example
White with #4F6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F70; }
p { color: rgb(79,111,112); }
H1.HeaderClassName
{
color: #4F6F70;
}
.AnyTagClassName
{
color: #4F6F70;
}
</style>
background-color css
<style>
a { background-color: #4F6F70; }
a { background-color: rgb(79,111,112); }
div.DivClassName
{
background-color: #4F6F70;
}
.BgClassName
{
background-color: #4F6F70;
}
</style>
border-color css
<style>
span { border-color: #4F6F70; }
span { border-color: rgb(79,111,112); }
td.TdClassName
{
border-color: #4F6F70;
}
.TagClassName
{
border-color: #4F6F70;
}
</style>