Shades of William #4F6D6D
Tints of William #4F6D6D
RGB
CMYK
RGB Variations
Color information
#4F6D6D (or 0x4F6D6D) is known color: William. HEX triplet: 4F, 6D and 6D. RGB value is (79,109,109). Sum of RGB (Red+Green+Blue) = 79+109+109=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #4F6D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D6D is #B09292. Grayscale: #646464. Windows color (decimal): -11571859 or 7171407. OLE color: 7171407.
HSL color Cylindrical-coordinate representation of color #4F6D6D: hue angle of 180º 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 #4F6D6D is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 109 | - |
| CMYK | 0.28 | 0 | 0 | 0.57 |
| HSL | 180º | 0.16% | 0.37% | - |
| HSV(B) | 180º | 0.28% | 0.43% | - |
| XYZ | 11.45 | 13.7 | 16.51 | - |
| YUV | 100.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 109 | 0.28 | 0 | 0 | 0.57 | 180 | 0.16 | 0.37 |
| Hex | 4F | 6D | 6D | 1C | 0 | 0 | 39 | B4 | 10 | 25 |
| Octal | 117 | 155 | 155 | 34 | 0 | 0 | 71 | 264 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1101101 | 11100 | 0 | 0 | 111001 | 10110100 | 10000 | 100101 |
Color Harmonies of #4F6D6D
Complementary color
Monochromatic Colors of #4F6D6D
Black with #4F6D6D
Text Example
Text Example
White with #4F6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D6D; }
p { color: rgb(79,109,109); }
H1.HeaderClassName
{
color: #4F6D6D;
}
.AnyTagClassName
{
color: #4F6D6D;
}
</style>
background-color css
<style>
a { background-color: #4F6D6D; }
a { background-color: rgb(79,109,109); }
div.DivClassName
{
background-color: #4F6D6D;
}
.BgClassName
{
background-color: #4F6D6D;
}
</style>
border-color css
<style>
span { border-color: #4F6D6D; }
span { border-color: rgb(79,109,109); }
td.TdClassName
{
border-color: #4F6D6D;
}
.TagClassName
{
border-color: #4F6D6D;
}
</style>