Shades of William #4F6C6A
Tints of William #4F6C6A
RGB
CMYK
RGB Variations
Color information
#4F6C6A (or 0x4F6C6A) is known color: William. HEX triplet: 4F, 6C and 6A. RGB value is (79,108,106). Sum of RGB (Red+Green+Blue) = 79+108+106=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C6A is #B09395. Grayscale: #636363. Windows color (decimal): -11572118 or 6974543. OLE color: 6974543.
HSL color Cylindrical-coordinate representation of color #4F6C6A: hue angle of 175.86º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6C6A is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 108 | 106 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.58 |
| HSL | 175.86º | 0.16% | 0.37% | - |
| HSV(B) | 175.86º | 0.27% | 0.42% | - |
| XYZ | 11.19 | 13.43 | 15.64 | - |
| YUV | 99.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 106 | 0.27 | 0 | 0.02 | 0.58 | 175.86 | 0.16 | 0.37 |
| Hex | 4F | 6C | 6A | 1B | 0 | 2 | 3A | B0 | 10 | 25 |
| Octal | 117 | 154 | 152 | 33 | 0 | 2 | 72 | 260 | 20 | 45 |
| Binary | 1001111 | 1101100 | 1101010 | 11011 | 0 | 10 | 111010 | 10110000 | 10000 | 100101 |
Color Harmonies of #4F6C6A
Complementary color
Monochromatic Colors of #4F6C6A
Black with #4F6C6A
Text Example
Text Example
White with #4F6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C6A; }
p { color: rgb(79,108,106); }
H1.HeaderClassName
{
color: #4F6C6A;
}
.AnyTagClassName
{
color: #4F6C6A;
}
</style>
background-color css
<style>
a { background-color: #4F6C6A; }
a { background-color: rgb(79,108,106); }
div.DivClassName
{
background-color: #4F6C6A;
}
.BgClassName
{
background-color: #4F6C6A;
}
</style>
border-color css
<style>
span { border-color: #4F6C6A; }
span { border-color: rgb(79,108,106); }
td.TdClassName
{
border-color: #4F6C6A;
}
.TagClassName
{
border-color: #4F6C6A;
}
</style>