Shades of William #4F6A66
Tints of William #4F6A66
RGB
CMYK
RGB Variations
Color information
#4F6A66 (or 0x4F6A66) is known color: William. HEX triplet: 4F, 6A and 66. RGB value is (79,106,102). Sum of RGB (Red+Green+Blue) = 79+106+102=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A66 is #B09599. Grayscale: #616161. Windows color (decimal): -11572634 or 6711887. OLE color: 6711887.
HSL color Cylindrical-coordinate representation of color #4F6A66: hue angle of 171.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A66 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 102 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.58 |
| HSL | 171.11º | 0.15% | 0.36% | - |
| HSV(B) | 171.11º | 0.25% | 0.42% | - |
| XYZ | 10.78 | 12.93 | 14.5 | - |
| YUV | 97.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 102 | 0.25 | 0 | 0.04 | 0.58 | 171.11 | 0.15 | 0.36 |
| Hex | 4F | 6A | 66 | 19 | 0 | 4 | 3A | AB | F | 24 |
| Octal | 117 | 152 | 146 | 31 | 0 | 4 | 72 | 253 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1100110 | 11001 | 0 | 100 | 111010 | 10101011 | 1111 | 100100 |
Color Harmonies of #4F6A66
Complementary color
Monochromatic Colors of #4F6A66
Black with #4F6A66
Text Example
Text Example
White with #4F6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A66; }
p { color: rgb(79,106,102); }
H1.HeaderClassName
{
color: #4F6A66;
}
.AnyTagClassName
{
color: #4F6A66;
}
</style>
background-color css
<style>
a { background-color: #4F6A66; }
a { background-color: rgb(79,106,102); }
div.DivClassName
{
background-color: #4F6A66;
}
.BgClassName
{
background-color: #4F6A66;
}
</style>
border-color css
<style>
span { border-color: #4F6A66; }
span { border-color: rgb(79,106,102); }
td.TdClassName
{
border-color: #4F6A66;
}
.TagClassName
{
border-color: #4F6A66;
}
</style>