Shades of Wedgewood #49698E
Tints of Wedgewood #49698E
RGB
CMYK
RGB Variations
Color information
#49698E (or 0x49698E) is known color: Wedgewood. HEX triplet: 49, 69 and 8E. RGB value is (73,105,142). Sum of RGB (Red+Green+Blue) = 73+105+142=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #49698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698E is #B69671. Grayscale: #636363. Windows color (decimal): -11966066 or 9333065. OLE color: 9333065.
HSL color Cylindrical-coordinate representation of color #49698E: hue angle of 212.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49698E is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 105 | 142 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.44 |
| HSL | 212.17º | 0.32% | 0.42% | - |
| HSV(B) | 212.17º | 0.49% | 0.56% | - |
| XYZ | 12.68 | 13.47 | 27.52 | - |
| YUV | 99.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 142 | 0.49 | 0.26 | 0 | 0.44 | 212.17 | 0.32 | 0.42 |
| Hex | 49 | 69 | 8E | 31 | 1A | 0 | 2C | D4 | 20 | 2A |
| Octal | 111 | 151 | 216 | 61 | 32 | 0 | 54 | 324 | 40 | 52 |
| Binary | 1001001 | 1101001 | 10001110 | 110001 | 11010 | 0 | 101100 | 11010100 | 100000 | 101010 |
Color Harmonies of #49698E
Complementary color
Monochromatic Colors of #49698E
Black with #49698E
Text Example
Text Example
White with #49698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49698E; }
p { color: rgb(73,105,142); }
H1.HeaderClassName
{
color: #49698E;
}
.AnyTagClassName
{
color: #49698E;
}
</style>
background-color css
<style>
a { background-color: #49698E; }
a { background-color: rgb(73,105,142); }
div.DivClassName
{
background-color: #49698E;
}
.BgClassName
{
background-color: #49698E;
}
</style>
border-color css
<style>
span { border-color: #49698E; }
span { border-color: rgb(73,105,142); }
td.TdClassName
{
border-color: #49698E;
}
.TagClassName
{
border-color: #49698E;
}
</style>