Shades of Wedgewood #496385
Tints of Wedgewood #496385
RGB
CMYK
RGB Variations
Color information
#496385 (or 0x496385) is known color: Wedgewood. HEX triplet: 49, 63 and 85. RGB value is (73,99,133). Sum of RGB (Red+Green+Blue) = 73+99+133=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #496385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496385 is #B69C7A. Grayscale: #5E5E5E. Windows color (decimal): -11967611 or 8741705. OLE color: 8741705.
HSL color Cylindrical-coordinate representation of color #496385: hue angle of 214º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496385 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 99 | 133 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.48 |
| HSL | 214º | 0.29% | 0.4% | - |
| HSV(B) | 214º | 0.45% | 0.52% | - |
| XYZ | 11.44 | 12.03 | 23.91 | - |
| YUV | 95.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 133 | 0.45 | 0.26 | 0 | 0.48 | 214 | 0.29 | 0.4 |
| Hex | 49 | 63 | 85 | 2D | 1A | 0 | 30 | D6 | 1D | 28 |
| Octal | 111 | 143 | 205 | 55 | 32 | 0 | 60 | 326 | 35 | 50 |
| Binary | 1001001 | 1100011 | 10000101 | 101101 | 11010 | 0 | 110000 | 11010110 | 11101 | 101000 |
Color Harmonies of #496385
Complementary color
Monochromatic Colors of #496385
Black with #496385
Text Example
Text Example
White with #496385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496385; }
p { color: rgb(73,99,133); }
H1.HeaderClassName
{
color: #496385;
}
.AnyTagClassName
{
color: #496385;
}
</style>
background-color css
<style>
a { background-color: #496385; }
a { background-color: rgb(73,99,133); }
div.DivClassName
{
background-color: #496385;
}
.BgClassName
{
background-color: #496385;
}
</style>
border-color css
<style>
span { border-color: #496385; }
span { border-color: rgb(73,99,133); }
td.TdClassName
{
border-color: #496385;
}
.TagClassName
{
border-color: #496385;
}
</style>