Shades of Wedgewood #496C8D
Tints of Wedgewood #496C8D
RGB
CMYK
RGB Variations
Color information
#496C8D (or 0x496C8D) is known color: Wedgewood. HEX triplet: 49, 6C and 8D. RGB value is (73,108,141). Sum of RGB (Red+Green+Blue) = 73+108+141=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #496C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C8D is #B69372. Grayscale: #656565. Windows color (decimal): -11965299 or 9268297. OLE color: 9268297.
HSL color Cylindrical-coordinate representation of color #496C8D: hue angle of 209.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496C8D is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 108 | 141 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.45 |
| HSL | 209.12º | 0.32% | 0.42% | - |
| HSV(B) | 209.12º | 0.48% | 0.55% | - |
| XYZ | 12.92 | 14.06 | 27.23 | - |
| YUV | 101.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 141 | 0.48 | 0.23 | 0 | 0.45 | 209.12 | 0.32 | 0.42 |
| Hex | 49 | 6C | 8D | 30 | 17 | 0 | 2D | D1 | 20 | 2A |
| Octal | 111 | 154 | 215 | 60 | 27 | 0 | 55 | 321 | 40 | 52 |
| Binary | 1001001 | 1101100 | 10001101 | 110000 | 10111 | 0 | 101101 | 11010001 | 100000 | 101010 |
Color Harmonies of #496C8D
Complementary color
Monochromatic Colors of #496C8D
Black with #496C8D
Text Example
Text Example
White with #496C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C8D; }
p { color: rgb(73,108,141); }
H1.HeaderClassName
{
color: #496C8D;
}
.AnyTagClassName
{
color: #496C8D;
}
</style>
background-color css
<style>
a { background-color: #496C8D; }
a { background-color: rgb(73,108,141); }
div.DivClassName
{
background-color: #496C8D;
}
.BgClassName
{
background-color: #496C8D;
}
</style>
border-color css
<style>
span { border-color: #496C8D; }
span { border-color: rgb(73,108,141); }
td.TdClassName
{
border-color: #496C8D;
}
.TagClassName
{
border-color: #496C8D;
}
</style>