Shades of Wedgewood #496682
Tints of Wedgewood #496682
RGB
CMYK
RGB Variations
Color information
#496682 (or 0x496682) is known color: Wedgewood. HEX triplet: 49, 66 and 82. RGB value is (73,102,130). Sum of RGB (Red+Green+Blue) = 73+102+130=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #496682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496682 is #B6997D. Grayscale: #606060. Windows color (decimal): -11966846 or 8545865. OLE color: 8545865.
HSL color Cylindrical-coordinate representation of color #496682: hue angle of 209.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496682 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 102 | 130 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.49 |
| HSL | 209.47º | 0.28% | 0.4% | - |
| HSV(B) | 209.47º | 0.44% | 0.51% | - |
| XYZ | 11.53 | 12.53 | 22.93 | - |
| YUV | 96.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 130 | 0.44 | 0.22 | 0 | 0.49 | 209.47 | 0.28 | 0.4 |
| Hex | 49 | 66 | 82 | 2C | 16 | 0 | 31 | D1 | 1C | 28 |
| Octal | 111 | 146 | 202 | 54 | 26 | 0 | 61 | 321 | 34 | 50 |
| Binary | 1001001 | 1100110 | 10000010 | 101100 | 10110 | 0 | 110001 | 11010001 | 11100 | 101000 |
Color Harmonies of #496682
Complementary color
Monochromatic Colors of #496682
Black with #496682
Text Example
Text Example
White with #496682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496682; }
p { color: rgb(73,102,130); }
H1.HeaderClassName
{
color: #496682;
}
.AnyTagClassName
{
color: #496682;
}
</style>
background-color css
<style>
a { background-color: #496682; }
a { background-color: rgb(73,102,130); }
div.DivClassName
{
background-color: #496682;
}
.BgClassName
{
background-color: #496682;
}
</style>
border-color css
<style>
span { border-color: #496682; }
span { border-color: rgb(73,102,130); }
td.TdClassName
{
border-color: #496682;
}
.TagClassName
{
border-color: #496682;
}
</style>