Shades of William #4F6F6C
Tints of William #4F6F6C
RGB
CMYK
RGB Variations
Color information
#4F6F6C (or 0x4F6F6C) is known color: William. HEX triplet: 4F, 6F and 6C. RGB value is (79,111,108). Sum of RGB (Red+Green+Blue) = 79+111+108=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F6C is #B09093. Grayscale: #656565. Windows color (decimal): -11571348 or 7106383. OLE color: 7106383.
HSL color Cylindrical-coordinate representation of color #4F6F6C: hue angle of 174.38º 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 #4F6F6C is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 108 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.56 |
| HSL | 174.38º | 0.17% | 0.37% | - |
| HSV(B) | 174.38º | 0.29% | 0.44% | - |
| XYZ | 11.62 | 14.11 | 16.3 | - |
| YUV | 101.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 108 | 0.29 | 0 | 0.03 | 0.56 | 174.38 | 0.17 | 0.37 |
| Hex | 4F | 6F | 6C | 1D | 0 | 3 | 38 | AE | 11 | 25 |
| Octal | 117 | 157 | 154 | 35 | 0 | 3 | 70 | 256 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1101100 | 11101 | 0 | 11 | 111000 | 10101110 | 10001 | 100101 |
Color Harmonies of #4F6F6C
Complementary color
Monochromatic Colors of #4F6F6C
Black with #4F6F6C
Text Example
Text Example
White with #4F6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F6C; }
p { color: rgb(79,111,108); }
H1.HeaderClassName
{
color: #4F6F6C;
}
.AnyTagClassName
{
color: #4F6F6C;
}
</style>
background-color css
<style>
a { background-color: #4F6F6C; }
a { background-color: rgb(79,111,108); }
div.DivClassName
{
background-color: #4F6F6C;
}
.BgClassName
{
background-color: #4F6F6C;
}
</style>
border-color css
<style>
span { border-color: #4F6F6C; }
span { border-color: rgb(79,111,108); }
td.TdClassName
{
border-color: #4F6F6C;
}
.TagClassName
{
border-color: #4F6F6C;
}
</style>