Shades of Wedgewood #49728B
Tints of Wedgewood #49728B
RGB
CMYK
RGB Variations
Color information
#49728B (or 0x49728B) is known color: Wedgewood. HEX triplet: 49, 72 and 8B. RGB value is (73,114,139). Sum of RGB (Red+Green+Blue) = 73+114+139=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #49728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49728B is #B68D74. Grayscale: #686868. Windows color (decimal): -11963765 or 9138761. OLE color: 9138761.
HSL color Cylindrical-coordinate representation of color #49728B: hue angle of 202.73º 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 #49728B is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 114 | 139 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.45 |
| HSL | 202.73º | 0.31% | 0.42% | - |
| HSV(B) | 202.73º | 0.47% | 0.55% | - |
| XYZ | 13.43 | 15.32 | 26.67 | - |
| YUV | 104.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 139 | 0.47 | 0.18 | 0 | 0.45 | 202.73 | 0.31 | 0.42 |
| Hex | 49 | 72 | 8B | 2F | 12 | 0 | 2D | CB | 1F | 2A |
| Octal | 111 | 162 | 213 | 57 | 22 | 0 | 55 | 313 | 37 | 52 |
| Binary | 1001001 | 1110010 | 10001011 | 101111 | 10010 | 0 | 101101 | 11001011 | 11111 | 101010 |
Color Harmonies of #49728B
Complementary color
Monochromatic Colors of #49728B
Black with #49728B
Text Example
Text Example
White with #49728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49728B; }
p { color: rgb(73,114,139); }
H1.HeaderClassName
{
color: #49728B;
}
.AnyTagClassName
{
color: #49728B;
}
</style>
background-color css
<style>
a { background-color: #49728B; }
a { background-color: rgb(73,114,139); }
div.DivClassName
{
background-color: #49728B;
}
.BgClassName
{
background-color: #49728B;
}
</style>
border-color css
<style>
span { border-color: #49728B; }
span { border-color: rgb(73,114,139); }
td.TdClassName
{
border-color: #49728B;
}
.TagClassName
{
border-color: #49728B;
}
</style>