Shades of Wedgewood #497090
Tints of Wedgewood #497090
RGB
CMYK
RGB Variations
Color information
#497090 (or 0x497090) is known color: Wedgewood. HEX triplet: 49, 70 and 90. RGB value is (73,112,144). Sum of RGB (Red+Green+Blue) = 73+112+144=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #497090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497090 is #B68F6F. Grayscale: #676767. Windows color (decimal): -11964272 or 9465929. OLE color: 9465929.
HSL color Cylindrical-coordinate representation of color #497090: hue angle of 207.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497090 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 112 | 144 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.44 |
| HSL | 207.04º | 0.33% | 0.43% | - |
| HSV(B) | 207.04º | 0.49% | 0.56% | - |
| XYZ | 13.58 | 15.02 | 28.57 | - |
| YUV | 103.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 144 | 0.49 | 0.22 | 0 | 0.44 | 207.04 | 0.33 | 0.43 |
| Hex | 49 | 70 | 90 | 31 | 16 | 0 | 2C | CF | 21 | 2B |
| Octal | 111 | 160 | 220 | 61 | 26 | 0 | 54 | 317 | 41 | 53 |
| Binary | 1001001 | 1110000 | 10010000 | 110001 | 10110 | 0 | 101100 | 11001111 | 100001 | 101011 |
Color Harmonies of #497090
Complementary color
Monochromatic Colors of #497090
Black with #497090
Text Example
Text Example
White with #497090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497090; }
p { color: rgb(73,112,144); }
H1.HeaderClassName
{
color: #497090;
}
.AnyTagClassName
{
color: #497090;
}
</style>
background-color css
<style>
a { background-color: #497090; }
a { background-color: rgb(73,112,144); }
div.DivClassName
{
background-color: #497090;
}
.BgClassName
{
background-color: #497090;
}
</style>
border-color css
<style>
span { border-color: #497090; }
span { border-color: rgb(73,112,144); }
td.TdClassName
{
border-color: #497090;
}
.TagClassName
{
border-color: #497090;
}
</style>