Shades of William #4C7370
Tints of William #4C7370
RGB
CMYK
RGB Variations
Color information
#4C7370 (or 0x4C7370) is known color: William. HEX triplet: 4C, 73 and 70. RGB value is (76,115,112). Sum of RGB (Red+Green+Blue) = 76+115+112=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7370 is #B38C8F. Grayscale: #666666. Windows color (decimal): -11766928 or 7369548. OLE color: 7369548.
HSL color Cylindrical-coordinate representation of color #4C7370: hue angle of 175.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7370 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 112 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.55 |
| HSL | 175.38º | 0.2% | 0.37% | - |
| HSV(B) | 175.38º | 0.34% | 0.45% | - |
| XYZ | 12.04 | 14.97 | 17.58 | - |
| YUV | 103 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 112 | 0.34 | 0 | 0.03 | 0.55 | 175.38 | 0.2 | 0.37 |
| Hex | 4C | 73 | 70 | 22 | 0 | 3 | 37 | AF | 14 | 25 |
| Octal | 114 | 163 | 160 | 42 | 0 | 3 | 67 | 257 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1110000 | 100010 | 0 | 11 | 110111 | 10101111 | 10100 | 100101 |
Color Harmonies of #4C7370
Complementary color
Monochromatic Colors of #4C7370
Black with #4C7370
Text Example
Text Example
White with #4C7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7370; }
p { color: rgb(76,115,112); }
H1.HeaderClassName
{
color: #4C7370;
}
.AnyTagClassName
{
color: #4C7370;
}
</style>
background-color css
<style>
a { background-color: #4C7370; }
a { background-color: rgb(76,115,112); }
div.DivClassName
{
background-color: #4C7370;
}
.BgClassName
{
background-color: #4C7370;
}
</style>
border-color css
<style>
span { border-color: #4C7370; }
span { border-color: rgb(76,115,112); }
td.TdClassName
{
border-color: #4C7370;
}
.TagClassName
{
border-color: #4C7370;
}
</style>