Shades of William #4F6662
Tints of William #4F6662
RGB
CMYK
RGB Variations
Color information
#4F6662 (or 0x4F6662) is known color: William. HEX triplet: 4F, 66 and 62. RGB value is (79,102,98). Sum of RGB (Red+Green+Blue) = 79+102+98=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6662 is #B0999D. Grayscale: #5E5E5E. Windows color (decimal): -11573662 or 6448719. OLE color: 6448719.
HSL color Cylindrical-coordinate representation of color #4F6662: hue angle of 169.57º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6662 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 102 | 98 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.6 |
| HSL | 169.57º | 0.13% | 0.35% | - |
| HSV(B) | 169.57º | 0.23% | 0.4% | - |
| XYZ | 10.18 | 12.05 | 13.34 | - |
| YUV | 94.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 98 | 0.23 | 0 | 0.04 | 0.6 | 169.57 | 0.13 | 0.35 |
| Hex | 4F | 66 | 62 | 17 | 0 | 4 | 3C | AA | D | 23 |
| Octal | 117 | 146 | 142 | 27 | 0 | 4 | 74 | 252 | 15 | 43 |
| Binary | 1001111 | 1100110 | 1100010 | 10111 | 0 | 100 | 111100 | 10101010 | 1101 | 100011 |
Color Harmonies of #4F6662
Complementary color
Monochromatic Colors of #4F6662
Black with #4F6662
Text Example
Text Example
White with #4F6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6662; }
p { color: rgb(79,102,98); }
H1.HeaderClassName
{
color: #4F6662;
}
.AnyTagClassName
{
color: #4F6662;
}
</style>
background-color css
<style>
a { background-color: #4F6662; }
a { background-color: rgb(79,102,98); }
div.DivClassName
{
background-color: #4F6662;
}
.BgClassName
{
background-color: #4F6662;
}
</style>
border-color css
<style>
span { border-color: #4F6662; }
span { border-color: rgb(79,102,98); }
td.TdClassName
{
border-color: #4F6662;
}
.TagClassName
{
border-color: #4F6662;
}
</style>