Shades of William #496E6D
Tints of William #496E6D
RGB
CMYK
RGB Variations
Color information
#496E6D (or 0x496E6D) is known color: William. HEX triplet: 49, 6E and 6D. RGB value is (73,110,109). Sum of RGB (Red+Green+Blue) = 73+110+109=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #496E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E6D is #B69192. Grayscale: #626262. Windows color (decimal): -11964819 or 7171657. OLE color: 7171657.
HSL color Cylindrical-coordinate representation of color #496E6D: hue angle of 178.38º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E6D is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 109 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.57 |
| HSL | 178.38º | 0.2% | 0.36% | - |
| HSV(B) | 178.38º | 0.34% | 0.43% | - |
| XYZ | 11.08 | 13.67 | 16.52 | - |
| YUV | 98.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 109 | 0.34 | 0 | 0.01 | 0.57 | 178.38 | 0.2 | 0.36 |
| Hex | 49 | 6E | 6D | 22 | 0 | 1 | 39 | B2 | 14 | 24 |
| Octal | 111 | 156 | 155 | 42 | 0 | 1 | 71 | 262 | 24 | 44 |
| Binary | 1001001 | 1101110 | 1101101 | 100010 | 0 | 1 | 111001 | 10110010 | 10100 | 100100 |
Color Harmonies of #496E6D
Complementary color
Monochromatic Colors of #496E6D
Black with #496E6D
Text Example
Text Example
White with #496E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E6D; }
p { color: rgb(73,110,109); }
H1.HeaderClassName
{
color: #496E6D;
}
.AnyTagClassName
{
color: #496E6D;
}
</style>
background-color css
<style>
a { background-color: #496E6D; }
a { background-color: rgb(73,110,109); }
div.DivClassName
{
background-color: #496E6D;
}
.BgClassName
{
background-color: #496E6D;
}
</style>
border-color css
<style>
span { border-color: #496E6D; }
span { border-color: rgb(73,110,109); }
td.TdClassName
{
border-color: #496E6D;
}
.TagClassName
{
border-color: #496E6D;
}
</style>