Shades of Wedgewood #49657C
Tints of Wedgewood #49657C
RGB
CMYK
RGB Variations
Color information
#49657C (or 0x49657C) is known color: Wedgewood. HEX triplet: 49, 65 and 7C. RGB value is (73,101,124). Sum of RGB (Red+Green+Blue) = 73+101+124=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #49657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49657C is #B69A83. Grayscale: #5F5F5F. Windows color (decimal): -11967108 or 8152393. OLE color: 8152393.
HSL color Cylindrical-coordinate representation of color #49657C: hue angle of 207.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49657C is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 101 | 124 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.51 |
| HSL | 207.06º | 0.26% | 0.39% | - |
| HSV(B) | 207.06º | 0.41% | 0.49% | - |
| XYZ | 11.04 | 12.18 | 20.84 | - |
| YUV | 95.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 124 | 0.41 | 0.19 | 0 | 0.51 | 207.06 | 0.26 | 0.39 |
| Hex | 49 | 65 | 7C | 29 | 13 | 0 | 33 | CF | 1A | 27 |
| Octal | 111 | 145 | 174 | 51 | 23 | 0 | 63 | 317 | 32 | 47 |
| Binary | 1001001 | 1100101 | 1111100 | 101001 | 10011 | 0 | 110011 | 11001111 | 11010 | 100111 |
Color Harmonies of #49657C
Complementary color
Monochromatic Colors of #49657C
Black with #49657C
Text Example
Text Example
White with #49657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49657C; }
p { color: rgb(73,101,124); }
H1.HeaderClassName
{
color: #49657C;
}
.AnyTagClassName
{
color: #49657C;
}
</style>
background-color css
<style>
a { background-color: #49657C; }
a { background-color: rgb(73,101,124); }
div.DivClassName
{
background-color: #49657C;
}
.BgClassName
{
background-color: #49657C;
}
</style>
border-color css
<style>
span { border-color: #49657C; }
span { border-color: rgb(73,101,124); }
td.TdClassName
{
border-color: #49657C;
}
.TagClassName
{
border-color: #49657C;
}
</style>