Shades of Wedgewood #49658B
Tints of Wedgewood #49658B
RGB
CMYK
RGB Variations
Color information
#49658B (or 0x49658B) is known color: Wedgewood. HEX triplet: 49, 65 and 8B. RGB value is (73,101,139). Sum of RGB (Red+Green+Blue) = 73+101+139=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #49658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49658B is #B69A74. Grayscale: #606060. Windows color (decimal): -11967093 or 9135433. OLE color: 9135433.
HSL color Cylindrical-coordinate representation of color #49658B: hue angle of 214.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49658B is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 101 | 139 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.45 |
| HSL | 214.55º | 0.31% | 0.42% | - |
| HSV(B) | 214.55º | 0.47% | 0.55% | - |
| XYZ | 12.06 | 12.59 | 26.22 | - |
| YUV | 96.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 139 | 0.47 | 0.27 | 0 | 0.45 | 214.55 | 0.31 | 0.42 |
| Hex | 49 | 65 | 8B | 2F | 1B | 0 | 2D | D7 | 1F | 2A |
| Octal | 111 | 145 | 213 | 57 | 33 | 0 | 55 | 327 | 37 | 52 |
| Binary | 1001001 | 1100101 | 10001011 | 101111 | 11011 | 0 | 101101 | 11010111 | 11111 | 101010 |
Color Harmonies of #49658B
Complementary color
Monochromatic Colors of #49658B
Black with #49658B
Text Example
Text Example
White with #49658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49658B; }
p { color: rgb(73,101,139); }
H1.HeaderClassName
{
color: #49658B;
}
.AnyTagClassName
{
color: #49658B;
}
</style>
background-color css
<style>
a { background-color: #49658B; }
a { background-color: rgb(73,101,139); }
div.DivClassName
{
background-color: #49658B;
}
.BgClassName
{
background-color: #49658B;
}
</style>
border-color css
<style>
span { border-color: #49658B; }
span { border-color: rgb(73,101,139); }
td.TdClassName
{
border-color: #49658B;
}
.TagClassName
{
border-color: #49658B;
}
</style>