Shades of Wedgewood #49647A
Tints of Wedgewood #49647A
RGB
CMYK
RGB Variations
Color information
#49647A (or 0x49647A) is known color: Wedgewood. HEX triplet: 49, 64 and 7A. RGB value is (73,100,122). Sum of RGB (Red+Green+Blue) = 73+100+122=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #49647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49647A is #B69B85. Grayscale: #5E5E5E. Windows color (decimal): -11967366 or 8021065. OLE color: 8021065.
HSL color Cylindrical-coordinate representation of color #49647A: hue angle of 206.94º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49647A is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 100 | 122 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.52 |
| HSL | 206.94º | 0.25% | 0.38% | - |
| HSV(B) | 206.94º | 0.4% | 0.48% | - |
| XYZ | 10.82 | 11.94 | 20.15 | - |
| YUV | 94.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 122 | 0.40 | 0.18 | 0 | 0.52 | 206.94 | 0.25 | 0.38 |
| Hex | 49 | 64 | 7A | 28 | 12 | 0 | 34 | CF | 19 | 26 |
| Octal | 111 | 144 | 172 | 50 | 22 | 0 | 64 | 317 | 31 | 46 |
| Binary | 1001001 | 1100100 | 1111010 | 101000 | 10010 | 0 | 110100 | 11001111 | 11001 | 100110 |
Color Harmonies of #49647A
Complementary color
Monochromatic Colors of #49647A
Black with #49647A
Text Example
Text Example
White with #49647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49647A; }
p { color: rgb(73,100,122); }
H1.HeaderClassName
{
color: #49647A;
}
.AnyTagClassName
{
color: #49647A;
}
</style>
background-color css
<style>
a { background-color: #49647A; }
a { background-color: rgb(73,100,122); }
div.DivClassName
{
background-color: #49647A;
}
.BgClassName
{
background-color: #49647A;
}
</style>
border-color css
<style>
span { border-color: #49647A; }
span { border-color: rgb(73,100,122); }
td.TdClassName
{
border-color: #49647A;
}
.TagClassName
{
border-color: #49647A;
}
</style>