Shades of William #49706F
Tints of William #49706F
RGB
CMYK
RGB Variations
Color information
#49706F (or 0x49706F) is known color: William. HEX triplet: 49, 70 and 6F. RGB value is (73,112,111). Sum of RGB (Red+Green+Blue) = 73+112+111=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #49706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706F is #B68F90. Grayscale: #646464. Windows color (decimal): -11964305 or 7303241. OLE color: 7303241.
HSL color Cylindrical-coordinate representation of color #49706F: hue angle of 178.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49706F is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 111 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.56 |
| HSL | 178.46º | 0.21% | 0.36% | - |
| HSV(B) | 178.46º | 0.35% | 0.44% | - |
| XYZ | 11.41 | 14.15 | 17.17 | - |
| YUV | 100.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 111 | 0.35 | 0 | 0.01 | 0.56 | 178.46 | 0.21 | 0.36 |
| Hex | 49 | 70 | 6F | 23 | 0 | 1 | 38 | B2 | 15 | 24 |
| Octal | 111 | 160 | 157 | 43 | 0 | 1 | 70 | 262 | 25 | 44 |
| Binary | 1001001 | 1110000 | 1101111 | 100011 | 0 | 1 | 111000 | 10110010 | 10101 | 100100 |
Color Harmonies of #49706F
Complementary color
Monochromatic Colors of #49706F
Black with #49706F
Text Example
Text Example
White with #49706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49706F; }
p { color: rgb(73,112,111); }
H1.HeaderClassName
{
color: #49706F;
}
.AnyTagClassName
{
color: #49706F;
}
</style>
background-color css
<style>
a { background-color: #49706F; }
a { background-color: rgb(73,112,111); }
div.DivClassName
{
background-color: #49706F;
}
.BgClassName
{
background-color: #49706F;
}
</style>
border-color css
<style>
span { border-color: #49706F; }
span { border-color: rgb(73,112,111); }
td.TdClassName
{
border-color: #49706F;
}
.TagClassName
{
border-color: #49706F;
}
</style>