Shades of William #4F6E6D
Tints of William #4F6E6D
RGB
CMYK
RGB Variations
Color information
#4F6E6D (or 0x4F6E6D) is known color: William. HEX triplet: 4F, 6E and 6D. RGB value is (79,110,109). Sum of RGB (Red+Green+Blue) = 79+110+109=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E6D is #B09192. Grayscale: #646464. Windows color (decimal): -11571603 or 7171663. OLE color: 7171663.
HSL color Cylindrical-coordinate representation of color #4F6E6D: hue angle of 178.06º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6E6D is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 109 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.57 |
| HSL | 178.06º | 0.16% | 0.37% | - |
| HSV(B) | 178.06º | 0.28% | 0.43% | - |
| XYZ | 11.56 | 13.92 | 16.55 | - |
| YUV | 100.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 109 | 0.28 | 0 | 0.01 | 0.57 | 178.06 | 0.16 | 0.37 |
| Hex | 4F | 6E | 6D | 1C | 0 | 1 | 39 | B2 | 10 | 25 |
| Octal | 117 | 156 | 155 | 34 | 0 | 1 | 71 | 262 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1101101 | 11100 | 0 | 1 | 111001 | 10110010 | 10000 | 100101 |
Color Harmonies of #4F6E6D
Complementary color
Monochromatic Colors of #4F6E6D
Black with #4F6E6D
Text Example
Text Example
White with #4F6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E6D; }
p { color: rgb(79,110,109); }
H1.HeaderClassName
{
color: #4F6E6D;
}
.AnyTagClassName
{
color: #4F6E6D;
}
</style>
background-color css
<style>
a { background-color: #4F6E6D; }
a { background-color: rgb(79,110,109); }
div.DivClassName
{
background-color: #4F6E6D;
}
.BgClassName
{
background-color: #4F6E6D;
}
</style>
border-color css
<style>
span { border-color: #4F6E6D; }
span { border-color: rgb(79,110,109); }
td.TdClassName
{
border-color: #4F6E6D;
}
.TagClassName
{
border-color: #4F6E6D;
}
</style>