Shades of William #4F6F6B
Tints of William #4F6F6B
RGB
CMYK
RGB Variations
Color information
#4F6F6B (or 0x4F6F6B) is known color: William. HEX triplet: 4F, 6F and 6B. RGB value is (79,111,107). Sum of RGB (Red+Green+Blue) = 79+111+107=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F6B is #B09094. Grayscale: #646464. Windows color (decimal): -11571349 or 7040847. OLE color: 7040847.
HSL color Cylindrical-coordinate representation of color #4F6F6B: hue angle of 172.5º 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 #4F6F6B is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 107 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.56 |
| HSL | 172.5º | 0.17% | 0.37% | - |
| HSV(B) | 172.5º | 0.29% | 0.44% | - |
| XYZ | 11.56 | 14.09 | 16.02 | - |
| YUV | 100.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 107 | 0.29 | 0 | 0.04 | 0.56 | 172.5 | 0.17 | 0.37 |
| Hex | 4F | 6F | 6B | 1D | 0 | 4 | 38 | AC | 11 | 25 |
| Octal | 117 | 157 | 153 | 35 | 0 | 4 | 70 | 254 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1101011 | 11101 | 0 | 100 | 111000 | 10101100 | 10001 | 100101 |
Color Harmonies of #4F6F6B
Complementary color
Monochromatic Colors of #4F6F6B
Black with #4F6F6B
Text Example
Text Example
White with #4F6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F6B; }
p { color: rgb(79,111,107); }
H1.HeaderClassName
{
color: #4F6F6B;
}
.AnyTagClassName
{
color: #4F6F6B;
}
</style>
background-color css
<style>
a { background-color: #4F6F6B; }
a { background-color: rgb(79,111,107); }
div.DivClassName
{
background-color: #4F6F6B;
}
.BgClassName
{
background-color: #4F6F6B;
}
</style>
border-color css
<style>
span { border-color: #4F6F6B; }
span { border-color: rgb(79,111,107); }
td.TdClassName
{
border-color: #4F6F6B;
}
.TagClassName
{
border-color: #4F6F6B;
}
</style>