Shades of Wedgewood #49698B
Tints of Wedgewood #49698B
RGB
CMYK
RGB Variations
Color information
#49698B (or 0x49698B) is known color: Wedgewood. HEX triplet: 49, 69 and 8B. RGB value is (73,105,139). Sum of RGB (Red+Green+Blue) = 73+105+139=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #49698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698B is #B69674. Grayscale: #636363. Windows color (decimal): -11966069 or 9136457. OLE color: 9136457.
HSL color Cylindrical-coordinate representation of color #49698B: hue angle of 210.91º 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 #49698B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 105 | 139 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.45 |
| HSL | 210.91º | 0.31% | 0.42% | - |
| HSV(B) | 210.91º | 0.47% | 0.55% | - |
| XYZ | 12.46 | 13.38 | 26.35 | - |
| YUV | 99.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 139 | 0.47 | 0.24 | 0 | 0.45 | 210.91 | 0.31 | 0.42 |
| Hex | 49 | 69 | 8B | 2F | 18 | 0 | 2D | D3 | 1F | 2A |
| Octal | 111 | 151 | 213 | 57 | 30 | 0 | 55 | 323 | 37 | 52 |
| Binary | 1001001 | 1101001 | 10001011 | 101111 | 11000 | 0 | 101101 | 11010011 | 11111 | 101010 |
Color Harmonies of #49698B
Complementary color
Monochromatic Colors of #49698B
Black with #49698B
Text Example
Text Example
White with #49698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49698B; }
p { color: rgb(73,105,139); }
H1.HeaderClassName
{
color: #49698B;
}
.AnyTagClassName
{
color: #49698B;
}
</style>
background-color css
<style>
a { background-color: #49698B; }
a { background-color: rgb(73,105,139); }
div.DivClassName
{
background-color: #49698B;
}
.BgClassName
{
background-color: #49698B;
}
</style>
border-color css
<style>
span { border-color: #49698B; }
span { border-color: rgb(73,105,139); }
td.TdClassName
{
border-color: #49698B;
}
.TagClassName
{
border-color: #49698B;
}
</style>