Shades of William #4C706C
Tints of William #4C706C
RGB
CMYK
RGB Variations
Color information
#4C706C (or 0x4C706C) is known color: William. HEX triplet: 4C, 70 and 6C. RGB value is (76,112,108). Sum of RGB (Red+Green+Blue) = 76+112+108=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #4C706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C706C is #B38F93. Grayscale: #646464. Windows color (decimal): -11767700 or 7106636. OLE color: 7106636.
HSL color Cylindrical-coordinate representation of color #4C706C: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C706C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 108 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.56 |
| HSL | 173.33º | 0.19% | 0.37% | - |
| HSV(B) | 173.33º | 0.32% | 0.44% | - |
| XYZ | 11.48 | 14.21 | 16.32 | - |
| YUV | 100.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 108 | 0.32 | 0 | 0.04 | 0.56 | 173.33 | 0.19 | 0.37 |
| Hex | 4C | 70 | 6C | 20 | 0 | 4 | 38 | AD | 13 | 25 |
| Octal | 114 | 160 | 154 | 40 | 0 | 4 | 70 | 255 | 23 | 45 |
| Binary | 1001100 | 1110000 | 1101100 | 100000 | 0 | 100 | 111000 | 10101101 | 10011 | 100101 |
Color Harmonies of #4C706C
Complementary color
Monochromatic Colors of #4C706C
Black with #4C706C
Text Example
Text Example
White with #4C706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C706C; }
p { color: rgb(76,112,108); }
H1.HeaderClassName
{
color: #4C706C;
}
.AnyTagClassName
{
color: #4C706C;
}
</style>
background-color css
<style>
a { background-color: #4C706C; }
a { background-color: rgb(76,112,108); }
div.DivClassName
{
background-color: #4C706C;
}
.BgClassName
{
background-color: #4C706C;
}
</style>
border-color css
<style>
span { border-color: #4C706C; }
span { border-color: rgb(76,112,108); }
td.TdClassName
{
border-color: #4C706C;
}
.TagClassName
{
border-color: #4C706C;
}
</style>