Shades of William #4E6663
Tints of William #4E6663
RGB
CMYK
RGB Variations
Color information
#4E6663 (or 0x4E6663) is known color: William. HEX triplet: 4E, 66 and 63. RGB value is (78,102,99). Sum of RGB (Red+Green+Blue) = 78+102+99=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6663 is #B1999C. Grayscale: #5E5E5E. Windows color (decimal): -11639197 or 6514254. OLE color: 6514254.
HSL color Cylindrical-coordinate representation of color #4E6663: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6663 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 99 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.6 |
| HSL | 172.5º | 0.13% | 0.35% | - |
| HSV(B) | 172.5º | 0.24% | 0.4% | - |
| XYZ | 10.15 | 12.02 | 13.59 | - |
| YUV | 94.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 99 | 0.24 | 0 | 0.03 | 0.6 | 172.5 | 0.13 | 0.35 |
| Hex | 4E | 66 | 63 | 18 | 0 | 3 | 3C | AC | D | 23 |
| Octal | 116 | 146 | 143 | 30 | 0 | 3 | 74 | 254 | 15 | 43 |
| Binary | 1001110 | 1100110 | 1100011 | 11000 | 0 | 11 | 111100 | 10101100 | 1101 | 100011 |
Color Harmonies of #4E6663
Complementary color
Monochromatic Colors of #4E6663
Black with #4E6663
Text Example
Text Example
White with #4E6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6663; }
p { color: rgb(78,102,99); }
H1.HeaderClassName
{
color: #4E6663;
}
.AnyTagClassName
{
color: #4E6663;
}
</style>
background-color css
<style>
a { background-color: #4E6663; }
a { background-color: rgb(78,102,99); }
div.DivClassName
{
background-color: #4E6663;
}
.BgClassName
{
background-color: #4E6663;
}
</style>
border-color css
<style>
span { border-color: #4E6663; }
span { border-color: rgb(78,102,99); }
td.TdClassName
{
border-color: #4E6663;
}
.TagClassName
{
border-color: #4E6663;
}
</style>