Shades of William #4E6F6C
Tints of William #4E6F6C
RGB
CMYK
RGB Variations
Color information
#4E6F6C (or 0x4E6F6C) is known color: William. HEX triplet: 4E, 6F and 6C. RGB value is (78,111,108). Sum of RGB (Red+Green+Blue) = 78+111+108=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F6C is #B19093. Grayscale: #646464. Windows color (decimal): -11636884 or 7106382. OLE color: 7106382.
HSL color Cylindrical-coordinate representation of color #4E6F6C: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F6C is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 111 | 108 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.56 |
| HSL | 174.55º | 0.17% | 0.37% | - |
| HSV(B) | 174.55º | 0.3% | 0.44% | - |
| XYZ | 11.53 | 14.07 | 16.3 | - |
| YUV | 100.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 108 | 0.30 | 0 | 0.03 | 0.56 | 174.55 | 0.17 | 0.37 |
| Hex | 4E | 6F | 6C | 1E | 0 | 3 | 38 | AF | 11 | 25 |
| Octal | 116 | 157 | 154 | 36 | 0 | 3 | 70 | 257 | 21 | 45 |
| Binary | 1001110 | 1101111 | 1101100 | 11110 | 0 | 11 | 111000 | 10101111 | 10001 | 100101 |
Color Harmonies of #4E6F6C
Complementary color
Monochromatic Colors of #4E6F6C
Black with #4E6F6C
Text Example
Text Example
White with #4E6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F6C; }
p { color: rgb(78,111,108); }
H1.HeaderClassName
{
color: #4E6F6C;
}
.AnyTagClassName
{
color: #4E6F6C;
}
</style>
background-color css
<style>
a { background-color: #4E6F6C; }
a { background-color: rgb(78,111,108); }
div.DivClassName
{
background-color: #4E6F6C;
}
.BgClassName
{
background-color: #4E6F6C;
}
</style>
border-color css
<style>
span { border-color: #4E6F6C; }
span { border-color: rgb(78,111,108); }
td.TdClassName
{
border-color: #4E6F6C;
}
.TagClassName
{
border-color: #4E6F6C;
}
</style>