Shades of William #4C716E
Tints of William #4C716E
RGB
CMYK
RGB Variations
Color information
#4C716E (or 0x4C716E) is known color: William. HEX triplet: 4C, 71 and 6E. RGB value is (76,113,110). Sum of RGB (Red+Green+Blue) = 76+113+110=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4C716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C716E is #B38E91. Grayscale: #656565. Windows color (decimal): -11767442 or 7237964. OLE color: 7237964.
HSL color Cylindrical-coordinate representation of color #4C716E: hue angle of 175.14º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C716E is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 113 | 110 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.56 |
| HSL | 175.14º | 0.2% | 0.37% | - |
| HSV(B) | 175.14º | 0.33% | 0.44% | - |
| XYZ | 11.7 | 14.47 | 16.93 | - |
| YUV | 101.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 110 | 0.33 | 0 | 0.03 | 0.56 | 175.14 | 0.2 | 0.37 |
| Hex | 4C | 71 | 6E | 21 | 0 | 3 | 38 | AF | 14 | 25 |
| Octal | 114 | 161 | 156 | 41 | 0 | 3 | 70 | 257 | 24 | 45 |
| Binary | 1001100 | 1110001 | 1101110 | 100001 | 0 | 11 | 111000 | 10101111 | 10100 | 100101 |
Color Harmonies of #4C716E
Complementary color
Monochromatic Colors of #4C716E
Black with #4C716E
Text Example
Text Example
White with #4C716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C716E; }
p { color: rgb(76,113,110); }
H1.HeaderClassName
{
color: #4C716E;
}
.AnyTagClassName
{
color: #4C716E;
}
</style>
background-color css
<style>
a { background-color: #4C716E; }
a { background-color: rgb(76,113,110); }
div.DivClassName
{
background-color: #4C716E;
}
.BgClassName
{
background-color: #4C716E;
}
</style>
border-color css
<style>
span { border-color: #4C716E; }
span { border-color: rgb(76,113,110); }
td.TdClassName
{
border-color: #4C716E;
}
.TagClassName
{
border-color: #4C716E;
}
</style>