Shades of Wedgewood #49697F
Tints of Wedgewood #49697F
RGB
CMYK
RGB Variations
Color information
#49697F (or 0x49697F) is known color: Wedgewood. HEX triplet: 49, 69 and 7F. RGB value is (73,105,127). Sum of RGB (Red+Green+Blue) = 73+105+127=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #49697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49697F is #B69680. Grayscale: #616161. Windows color (decimal): -11966081 or 8350025. OLE color: 8350025.
HSL color Cylindrical-coordinate representation of color #49697F: hue angle of 204.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49697F is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 105 | 127 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.50 |
| HSL | 204.44º | 0.27% | 0.39% | - |
| HSV(B) | 204.44º | 0.43% | 0.5% | - |
| XYZ | 11.63 | 13.05 | 21.98 | - |
| YUV | 97.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 127 | 0.43 | 0.17 | 0 | 0.50 | 204.44 | 0.27 | 0.39 |
| Hex | 49 | 69 | 7F | 2B | 11 | 0 | 32 | CC | 1B | 27 |
| Octal | 111 | 151 | 177 | 53 | 21 | 0 | 62 | 314 | 33 | 47 |
| Binary | 1001001 | 1101001 | 1111111 | 101011 | 10001 | 0 | 110010 | 11001100 | 11011 | 100111 |
Color Harmonies of #49697F
Complementary color
Monochromatic Colors of #49697F
Black with #49697F
Text Example
Text Example
White with #49697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49697F; }
p { color: rgb(73,105,127); }
H1.HeaderClassName
{
color: #49697F;
}
.AnyTagClassName
{
color: #49697F;
}
</style>
background-color css
<style>
a { background-color: #49697F; }
a { background-color: rgb(73,105,127); }
div.DivClassName
{
background-color: #49697F;
}
.BgClassName
{
background-color: #49697F;
}
</style>
border-color css
<style>
span { border-color: #49697F; }
span { border-color: rgb(73,105,127); }
td.TdClassName
{
border-color: #49697F;
}
.TagClassName
{
border-color: #49697F;
}
</style>