Shades of Wedgewood #496C83
Tints of Wedgewood #496C83
RGB
CMYK
RGB Variations
Color information
#496C83 (or 0x496C83) is known color: Wedgewood. HEX triplet: 49, 6C and 83. RGB value is (73,108,131). Sum of RGB (Red+Green+Blue) = 73+108+131=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #496C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C83 is #B6937C. Grayscale: #646464. Windows color (decimal): -11965309 or 8612937. OLE color: 8612937.
HSL color Cylindrical-coordinate representation of color #496C83: hue angle of 203.79º 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 #496C83 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 108 | 131 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.49 |
| HSL | 203.79º | 0.28% | 0.4% | - |
| HSV(B) | 203.79º | 0.44% | 0.51% | - |
| XYZ | 12.21 | 13.78 | 23.49 | - |
| YUV | 100.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 131 | 0.44 | 0.18 | 0 | 0.49 | 203.79 | 0.28 | 0.4 |
| Hex | 49 | 6C | 83 | 2C | 12 | 0 | 31 | CC | 1C | 28 |
| Octal | 111 | 154 | 203 | 54 | 22 | 0 | 61 | 314 | 34 | 50 |
| Binary | 1001001 | 1101100 | 10000011 | 101100 | 10010 | 0 | 110001 | 11001100 | 11100 | 101000 |
Color Harmonies of #496C83
Complementary color
Monochromatic Colors of #496C83
Black with #496C83
Text Example
Text Example
White with #496C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C83; }
p { color: rgb(73,108,131); }
H1.HeaderClassName
{
color: #496C83;
}
.AnyTagClassName
{
color: #496C83;
}
</style>
background-color css
<style>
a { background-color: #496C83; }
a { background-color: rgb(73,108,131); }
div.DivClassName
{
background-color: #496C83;
}
.BgClassName
{
background-color: #496C83;
}
</style>
border-color css
<style>
span { border-color: #496C83; }
span { border-color: rgb(73,108,131); }
td.TdClassName
{
border-color: #496C83;
}
.TagClassName
{
border-color: #496C83;
}
</style>