Shades of William #4F6968
Tints of William #4F6968
RGB
CMYK
RGB Variations
Color information
#4F6968 (or 0x4F6968) is known color: William. HEX triplet: 4F, 69 and 68. RGB value is (79,105,104). Sum of RGB (Red+Green+Blue) = 79+105+104=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6968 is #B09697. Grayscale: #616161. Windows color (decimal): -11572888 or 6842703. OLE color: 6842703.
HSL color Cylindrical-coordinate representation of color #4F6968: hue angle of 177.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6968 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 104 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.59 |
| HSL | 177.69º | 0.14% | 0.36% | - |
| HSV(B) | 177.69º | 0.25% | 0.41% | - |
| XYZ | 10.77 | 12.76 | 14.99 | - |
| YUV | 97.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 104 | 0.25 | 0 | 0.01 | 0.59 | 177.69 | 0.14 | 0.36 |
| Hex | 4F | 69 | 68 | 19 | 0 | 1 | 3B | B2 | E | 24 |
| Octal | 117 | 151 | 150 | 31 | 0 | 1 | 73 | 262 | 16 | 44 |
| Binary | 1001111 | 1101001 | 1101000 | 11001 | 0 | 1 | 111011 | 10110010 | 1110 | 100100 |
Color Harmonies of #4F6968
Complementary color
Monochromatic Colors of #4F6968
Black with #4F6968
Text Example
Text Example
White with #4F6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6968; }
p { color: rgb(79,105,104); }
H1.HeaderClassName
{
color: #4F6968;
}
.AnyTagClassName
{
color: #4F6968;
}
</style>
background-color css
<style>
a { background-color: #4F6968; }
a { background-color: rgb(79,105,104); }
div.DivClassName
{
background-color: #4F6968;
}
.BgClassName
{
background-color: #4F6968;
}
</style>
border-color css
<style>
span { border-color: #4F6968; }
span { border-color: rgb(79,105,104); }
td.TdClassName
{
border-color: #4F6968;
}
.TagClassName
{
border-color: #4F6968;
}
</style>