Shades of Wedgewood #496283
Tints of Wedgewood #496283
RGB
CMYK
RGB Variations
Color information
#496283 (or 0x496283) is known color: Wedgewood. HEX triplet: 49, 62 and 83. RGB value is (73,98,131). Sum of RGB (Red+Green+Blue) = 73+98+131=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #496283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496283 is #B69D7C. Grayscale: #5E5E5E. Windows color (decimal): -11967869 or 8610377. OLE color: 8610377.
HSL color Cylindrical-coordinate representation of color #496283: hue angle of 214.14º 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 #496283 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 98 | 131 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.49 |
| HSL | 214.14º | 0.28% | 0.4% | - |
| HSV(B) | 214.14º | 0.44% | 0.51% | - |
| XYZ | 11.21 | 11.79 | 23.16 | - |
| YUV | 94.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 131 | 0.44 | 0.25 | 0 | 0.49 | 214.14 | 0.28 | 0.4 |
| Hex | 49 | 62 | 83 | 2C | 19 | 0 | 31 | D6 | 1C | 28 |
| Octal | 111 | 142 | 203 | 54 | 31 | 0 | 61 | 326 | 34 | 50 |
| Binary | 1001001 | 1100010 | 10000011 | 101100 | 11001 | 0 | 110001 | 11010110 | 11100 | 101000 |
Color Harmonies of #496283
Complementary color
Monochromatic Colors of #496283
Black with #496283
Text Example
Text Example
White with #496283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496283; }
p { color: rgb(73,98,131); }
H1.HeaderClassName
{
color: #496283;
}
.AnyTagClassName
{
color: #496283;
}
</style>
background-color css
<style>
a { background-color: #496283; }
a { background-color: rgb(73,98,131); }
div.DivClassName
{
background-color: #496283;
}
.BgClassName
{
background-color: #496283;
}
</style>
border-color css
<style>
span { border-color: #496283; }
span { border-color: rgb(73,98,131); }
td.TdClassName
{
border-color: #496283;
}
.TagClassName
{
border-color: #496283;
}
</style>