Shades of Wedgewood #496E8C
Tints of Wedgewood #496E8C
RGB
CMYK
RGB Variations
Color information
#496E8C (or 0x496E8C) is known color: Wedgewood. HEX triplet: 49, 6E and 8C. RGB value is (73,110,140). Sum of RGB (Red+Green+Blue) = 73+110+140=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #496E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E8C is #B69173. Grayscale: #666666. Windows color (decimal): -11964788 or 9203273. OLE color: 9203273.
HSL color Cylindrical-coordinate representation of color #496E8C: hue angle of 206.87º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496E8C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 110 | 140 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.45 |
| HSL | 206.87º | 0.31% | 0.42% | - |
| HSV(B) | 206.87º | 0.48% | 0.55% | - |
| XYZ | 13.06 | 14.46 | 26.91 | - |
| YUV | 102.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 140 | 0.48 | 0.21 | 0 | 0.45 | 206.87 | 0.31 | 0.42 |
| Hex | 49 | 6E | 8C | 30 | 15 | 0 | 2D | CF | 1F | 2A |
| Octal | 111 | 156 | 214 | 60 | 25 | 0 | 55 | 317 | 37 | 52 |
| Binary | 1001001 | 1101110 | 10001100 | 110000 | 10101 | 0 | 101101 | 11001111 | 11111 | 101010 |
Color Harmonies of #496E8C
Complementary color
Monochromatic Colors of #496E8C
Black with #496E8C
Text Example
Text Example
White with #496E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E8C; }
p { color: rgb(73,110,140); }
H1.HeaderClassName
{
color: #496E8C;
}
.AnyTagClassName
{
color: #496E8C;
}
</style>
background-color css
<style>
a { background-color: #496E8C; }
a { background-color: rgb(73,110,140); }
div.DivClassName
{
background-color: #496E8C;
}
.BgClassName
{
background-color: #496E8C;
}
</style>
border-color css
<style>
span { border-color: #496E8C; }
span { border-color: rgb(73,110,140); }
td.TdClassName
{
border-color: #496E8C;
}
.TagClassName
{
border-color: #496E8C;
}
</style>