Shades of William #4F6762
Tints of William #4F6762
RGB
CMYK
RGB Variations
Color information
#4F6762 (or 0x4F6762) is known color: William. HEX triplet: 4F, 67 and 62. RGB value is (79,103,98). Sum of RGB (Red+Green+Blue) = 79+103+98=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6762 is #B0989D. Grayscale: #5F5F5F. Windows color (decimal): -11573406 or 6448975. OLE color: 6448975.
HSL color Cylindrical-coordinate representation of color #4F6762: hue angle of 167.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6762 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 98 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.60 |
| HSL | 167.5º | 0.13% | 0.36% | - |
| HSV(B) | 167.5º | 0.23% | 0.4% | - |
| XYZ | 10.28 | 12.24 | 13.38 | - |
| YUV | 95.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 98 | 0.23 | 0 | 0.05 | 0.60 | 167.5 | 0.13 | 0.36 |
| Hex | 4F | 67 | 62 | 17 | 0 | 5 | 3C | A8 | D | 24 |
| Octal | 117 | 147 | 142 | 27 | 0 | 5 | 74 | 250 | 15 | 44 |
| Binary | 1001111 | 1100111 | 1100010 | 10111 | 0 | 101 | 111100 | 10101000 | 1101 | 100100 |
Color Harmonies of #4F6762
Complementary color
Monochromatic Colors of #4F6762
Black with #4F6762
Text Example
Text Example
White with #4F6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6762; }
p { color: rgb(79,103,98); }
H1.HeaderClassName
{
color: #4F6762;
}
.AnyTagClassName
{
color: #4F6762;
}
</style>
background-color css
<style>
a { background-color: #4F6762; }
a { background-color: rgb(79,103,98); }
div.DivClassName
{
background-color: #4F6762;
}
.BgClassName
{
background-color: #4F6762;
}
</style>
border-color css
<style>
span { border-color: #4F6762; }
span { border-color: rgb(79,103,98); }
td.TdClassName
{
border-color: #4F6762;
}
.TagClassName
{
border-color: #4F6762;
}
</style>