Shades of Wedgewood #496D90
Tints of Wedgewood #496D90
RGB
CMYK
RGB Variations
Color information
#496D90 (or 0x496D90) is known color: Wedgewood. HEX triplet: 49, 6D and 90. RGB value is (73,109,144). Sum of RGB (Red+Green+Blue) = 73+109+144=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #496D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D90 is #B6926F. Grayscale: #666666. Windows color (decimal): -11965040 or 9465161. OLE color: 9465161.
HSL color Cylindrical-coordinate representation of color #496D90: hue angle of 209.58º 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 #496D90 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 109 | 144 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.44 |
| HSL | 209.58º | 0.33% | 0.43% | - |
| HSV(B) | 209.58º | 0.49% | 0.56% | - |
| XYZ | 13.25 | 14.37 | 28.46 | - |
| YUV | 102.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 144 | 0.49 | 0.24 | 0 | 0.44 | 209.58 | 0.33 | 0.43 |
| Hex | 49 | 6D | 90 | 31 | 18 | 0 | 2C | D2 | 21 | 2B |
| Octal | 111 | 155 | 220 | 61 | 30 | 0 | 54 | 322 | 41 | 53 |
| Binary | 1001001 | 1101101 | 10010000 | 110001 | 11000 | 0 | 101100 | 11010010 | 100001 | 101011 |
Color Harmonies of #496D90
Complementary color
Monochromatic Colors of #496D90
Black with #496D90
Text Example
Text Example
White with #496D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D90; }
p { color: rgb(73,109,144); }
H1.HeaderClassName
{
color: #496D90;
}
.AnyTagClassName
{
color: #496D90;
}
</style>
background-color css
<style>
a { background-color: #496D90; }
a { background-color: rgb(73,109,144); }
div.DivClassName
{
background-color: #496D90;
}
.BgClassName
{
background-color: #496D90;
}
</style>
border-color css
<style>
span { border-color: #496D90; }
span { border-color: rgb(73,109,144); }
td.TdClassName
{
border-color: #496D90;
}
.TagClassName
{
border-color: #496D90;
}
</style>