Shades of Wedgewood #49618D
Tints of Wedgewood #49618D
RGB
CMYK
RGB Variations
Color information
#49618D (or 0x49618D) is known color: Wedgewood. HEX triplet: 49, 61 and 8D. RGB value is (73,97,141). Sum of RGB (Red+Green+Blue) = 73+97+141=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #49618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618D is #B69E72. Grayscale: #5E5E5E. Windows color (decimal): -11968115 or 9265481. OLE color: 9265481.
HSL color Cylindrical-coordinate representation of color #49618D: hue angle of 218.82º 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 #49618D is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 97 | 141 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.45 |
| HSL | 218.82º | 0.32% | 0.42% | - |
| HSV(B) | 218.82º | 0.48% | 0.55% | - |
| XYZ | 11.83 | 11.89 | 26.87 | - |
| YUV | 94.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 141 | 0.48 | 0.31 | 0 | 0.45 | 218.82 | 0.32 | 0.42 |
| Hex | 49 | 61 | 8D | 30 | 1F | 0 | 2D | DB | 20 | 2A |
| Octal | 111 | 141 | 215 | 60 | 37 | 0 | 55 | 333 | 40 | 52 |
| Binary | 1001001 | 1100001 | 10001101 | 110000 | 11111 | 0 | 101101 | 11011011 | 100000 | 101010 |
Color Harmonies of #49618D
Complementary color
Monochromatic Colors of #49618D
Black with #49618D
Text Example
Text Example
White with #49618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49618D; }
p { color: rgb(73,97,141); }
H1.HeaderClassName
{
color: #49618D;
}
.AnyTagClassName
{
color: #49618D;
}
</style>
background-color css
<style>
a { background-color: #49618D; }
a { background-color: rgb(73,97,141); }
div.DivClassName
{
background-color: #49618D;
}
.BgClassName
{
background-color: #49618D;
}
</style>
border-color css
<style>
span { border-color: #49618D; }
span { border-color: rgb(73,97,141); }
td.TdClassName
{
border-color: #49618D;
}
.TagClassName
{
border-color: #49618D;
}
</style>