Shades of William #4F6A67
Tints of William #4F6A67
RGB
CMYK
RGB Variations
Color information
#4F6A67 (or 0x4F6A67) is known color: William. HEX triplet: 4F, 6A and 67. RGB value is (79,106,103). Sum of RGB (Red+Green+Blue) = 79+106+103=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A67 is #B09598. Grayscale: #616161. Windows color (decimal): -11572633 or 6777423. OLE color: 6777423.
HSL color Cylindrical-coordinate representation of color #4F6A67: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A67 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 103 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.58 |
| HSL | 173.33º | 0.15% | 0.36% | - |
| HSV(B) | 173.33º | 0.25% | 0.42% | - |
| XYZ | 10.83 | 12.95 | 14.76 | - |
| YUV | 97.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 103 | 0.25 | 0 | 0.03 | 0.58 | 173.33 | 0.15 | 0.36 |
| Hex | 4F | 6A | 67 | 19 | 0 | 3 | 3A | AD | F | 24 |
| Octal | 117 | 152 | 147 | 31 | 0 | 3 | 72 | 255 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1100111 | 11001 | 0 | 11 | 111010 | 10101101 | 1111 | 100100 |
Color Harmonies of #4F6A67
Complementary color
Monochromatic Colors of #4F6A67
Black with #4F6A67
Text Example
Text Example
White with #4F6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A67; }
p { color: rgb(79,106,103); }
H1.HeaderClassName
{
color: #4F6A67;
}
.AnyTagClassName
{
color: #4F6A67;
}
</style>
background-color css
<style>
a { background-color: #4F6A67; }
a { background-color: rgb(79,106,103); }
div.DivClassName
{
background-color: #4F6A67;
}
.BgClassName
{
background-color: #4F6A67;
}
</style>
border-color css
<style>
span { border-color: #4F6A67; }
span { border-color: rgb(79,106,103); }
td.TdClassName
{
border-color: #4F6A67;
}
.TagClassName
{
border-color: #4F6A67;
}
</style>