Shades of Wedgewood #496A89
Tints of Wedgewood #496A89
RGB
CMYK
RGB Variations
Color information
#496A89 (or 0x496A89) is known color: Wedgewood. HEX triplet: 49, 6A and 89. RGB value is (73,106,137). Sum of RGB (Red+Green+Blue) = 73+106+137=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #496A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A89 is #B69576. Grayscale: #636363. Windows color (decimal): -11965815 or 9005641. OLE color: 9005641.
HSL color Cylindrical-coordinate representation of color #496A89: hue angle of 209.06º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496A89 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 106 | 137 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.46 |
| HSL | 209.06º | 0.3% | 0.41% | - |
| HSV(B) | 209.06º | 0.47% | 0.54% | - |
| XYZ | 12.42 | 13.53 | 25.62 | - |
| YUV | 99.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 137 | 0.47 | 0.23 | 0 | 0.46 | 209.06 | 0.3 | 0.41 |
| Hex | 49 | 6A | 89 | 2F | 17 | 0 | 2E | D1 | 1E | 29 |
| Octal | 111 | 152 | 211 | 57 | 27 | 0 | 56 | 321 | 36 | 51 |
| Binary | 1001001 | 1101010 | 10001001 | 101111 | 10111 | 0 | 101110 | 11010001 | 11110 | 101001 |
Color Harmonies of #496A89
Complementary color
Monochromatic Colors of #496A89
Black with #496A89
Text Example
Text Example
White with #496A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A89; }
p { color: rgb(73,106,137); }
H1.HeaderClassName
{
color: #496A89;
}
.AnyTagClassName
{
color: #496A89;
}
</style>
background-color css
<style>
a { background-color: #496A89; }
a { background-color: rgb(73,106,137); }
div.DivClassName
{
background-color: #496A89;
}
.BgClassName
{
background-color: #496A89;
}
</style>
border-color css
<style>
span { border-color: #496A89; }
span { border-color: rgb(73,106,137); }
td.TdClassName
{
border-color: #496A89;
}
.TagClassName
{
border-color: #496A89;
}
</style>