Shades of Wedgewood #49688C
Tints of Wedgewood #49688C
RGB
CMYK
RGB Variations
Color information
#49688C (or 0x49688C) is known color: Wedgewood. HEX triplet: 49, 68 and 8C. RGB value is (73,104,140). Sum of RGB (Red+Green+Blue) = 73+104+140=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #49688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49688C is #B69773. Grayscale: #626262. Windows color (decimal): -11966324 or 9201737. OLE color: 9201737.
HSL color Cylindrical-coordinate representation of color #49688C: hue angle of 212.24º degrees, saturation: 0.31, 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 #49688C is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 104 | 140 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.45 |
| HSL | 212.24º | 0.31% | 0.42% | - |
| HSV(B) | 212.24º | 0.48% | 0.55% | - |
| XYZ | 12.43 | 13.21 | 26.71 | - |
| YUV | 98.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 140 | 0.48 | 0.26 | 0 | 0.45 | 212.24 | 0.31 | 0.42 |
| Hex | 49 | 68 | 8C | 30 | 1A | 0 | 2D | D4 | 1F | 2A |
| Octal | 111 | 150 | 214 | 60 | 32 | 0 | 55 | 324 | 37 | 52 |
| Binary | 1001001 | 1101000 | 10001100 | 110000 | 11010 | 0 | 101101 | 11010100 | 11111 | 101010 |
Color Harmonies of #49688C
Complementary color
Monochromatic Colors of #49688C
Black with #49688C
Text Example
Text Example
White with #49688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49688C; }
p { color: rgb(73,104,140); }
H1.HeaderClassName
{
color: #49688C;
}
.AnyTagClassName
{
color: #49688C;
}
</style>
background-color css
<style>
a { background-color: #49688C; }
a { background-color: rgb(73,104,140); }
div.DivClassName
{
background-color: #49688C;
}
.BgClassName
{
background-color: #49688C;
}
</style>
border-color css
<style>
span { border-color: #49688C; }
span { border-color: rgb(73,104,140); }
td.TdClassName
{
border-color: #49688C;
}
.TagClassName
{
border-color: #49688C;
}
</style>