Shades of Wedgewood #49658F
Tints of Wedgewood #49658F
RGB
CMYK
RGB Variations
Color information
#49658F (or 0x49658F) is known color: Wedgewood. HEX triplet: 49, 65 and 8F. RGB value is (73,101,143). Sum of RGB (Red+Green+Blue) = 73+101+143=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #49658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49658F is #B69A70. Grayscale: #616161. Windows color (decimal): -11967089 or 9397577. OLE color: 9397577.
HSL color Cylindrical-coordinate representation of color #49658F: hue angle of 216º 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 #49658F is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 101 | 143 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.44 |
| HSL | 216º | 0.32% | 0.42% | - |
| HSV(B) | 216º | 0.49% | 0.56% | - |
| XYZ | 12.36 | 12.71 | 27.79 | - |
| YUV | 97.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 143 | 0.49 | 0.29 | 0 | 0.44 | 216 | 0.32 | 0.42 |
| Hex | 49 | 65 | 8F | 31 | 1D | 0 | 2C | D8 | 20 | 2A |
| Octal | 111 | 145 | 217 | 61 | 35 | 0 | 54 | 330 | 40 | 52 |
| Binary | 1001001 | 1100101 | 10001111 | 110001 | 11101 | 0 | 101100 | 11011000 | 100000 | 101010 |
Color Harmonies of #49658F
Complementary color
Monochromatic Colors of #49658F
Black with #49658F
Text Example
Text Example
White with #49658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49658F; }
p { color: rgb(73,101,143); }
H1.HeaderClassName
{
color: #49658F;
}
.AnyTagClassName
{
color: #49658F;
}
</style>
background-color css
<style>
a { background-color: #49658F; }
a { background-color: rgb(73,101,143); }
div.DivClassName
{
background-color: #49658F;
}
.BgClassName
{
background-color: #49658F;
}
</style>
border-color css
<style>
span { border-color: #49658F; }
span { border-color: rgb(73,101,143); }
td.TdClassName
{
border-color: #49658F;
}
.TagClassName
{
border-color: #49658F;
}
</style>