Shades of William #4A706D
Tints of William #4A706D
RGB
CMYK
RGB Variations
Color information
#4A706D (or 0x4A706D) is known color: William. HEX triplet: 4A, 70 and 6D. RGB value is (74,112,109). Sum of RGB (Red+Green+Blue) = 74+112+109=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706D is #B58F92. Grayscale: #646464. Windows color (decimal): -11898771 or 7172170. OLE color: 7172170.
HSL color Cylindrical-coordinate representation of color #4A706D: hue angle of 175.26º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A706D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 109 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.56 |
| HSL | 175.26º | 0.2% | 0.36% | - |
| HSV(B) | 175.26º | 0.34% | 0.44% | - |
| XYZ | 11.38 | 14.15 | 16.6 | - |
| YUV | 100.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 109 | 0.34 | 0 | 0.03 | 0.56 | 175.26 | 0.2 | 0.36 |
| Hex | 4A | 70 | 6D | 22 | 0 | 3 | 38 | AF | 14 | 24 |
| Octal | 112 | 160 | 155 | 42 | 0 | 3 | 70 | 257 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1101101 | 100010 | 0 | 11 | 111000 | 10101111 | 10100 | 100100 |
Color Harmonies of #4A706D
Complementary color
Monochromatic Colors of #4A706D
Black with #4A706D
Text Example
Text Example
White with #4A706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A706D; }
p { color: rgb(74,112,109); }
H1.HeaderClassName
{
color: #4A706D;
}
.AnyTagClassName
{
color: #4A706D;
}
</style>
background-color css
<style>
a { background-color: #4A706D; }
a { background-color: rgb(74,112,109); }
div.DivClassName
{
background-color: #4A706D;
}
.BgClassName
{
background-color: #4A706D;
}
</style>
border-color css
<style>
span { border-color: #4A706D; }
span { border-color: rgb(74,112,109); }
td.TdClassName
{
border-color: #4A706D;
}
.TagClassName
{
border-color: #4A706D;
}
</style>