Shades of Wedgewood #49678F
Tints of Wedgewood #49678F
RGB
CMYK
RGB Variations
Color information
#49678F (or 0x49678F) is known color: Wedgewood. HEX triplet: 49, 67 and 8F. RGB value is (73,103,143). Sum of RGB (Red+Green+Blue) = 73+103+143=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #49678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49678F is #B69870. Grayscale: #626262. Windows color (decimal): -11966577 or 9398089. OLE color: 9398089.
HSL color Cylindrical-coordinate representation of color #49678F: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49678F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 103 | 143 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.44 |
| HSL | 214.29º | 0.32% | 0.42% | - |
| HSV(B) | 214.29º | 0.49% | 0.56% | - |
| XYZ | 12.56 | 13.1 | 27.85 | - |
| YUV | 98.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 143 | 0.49 | 0.28 | 0 | 0.44 | 214.29 | 0.32 | 0.42 |
| Hex | 49 | 67 | 8F | 31 | 1C | 0 | 2C | D6 | 20 | 2A |
| Octal | 111 | 147 | 217 | 61 | 34 | 0 | 54 | 326 | 40 | 52 |
| Binary | 1001001 | 1100111 | 10001111 | 110001 | 11100 | 0 | 101100 | 11010110 | 100000 | 101010 |
Color Harmonies of #49678F
Complementary color
Monochromatic Colors of #49678F
Black with #49678F
Text Example
Text Example
White with #49678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49678F; }
p { color: rgb(73,103,143); }
H1.HeaderClassName
{
color: #49678F;
}
.AnyTagClassName
{
color: #49678F;
}
</style>
background-color css
<style>
a { background-color: #49678F; }
a { background-color: rgb(73,103,143); }
div.DivClassName
{
background-color: #49678F;
}
.BgClassName
{
background-color: #49678F;
}
</style>
border-color css
<style>
span { border-color: #49678F; }
span { border-color: rgb(73,103,143); }
td.TdClassName
{
border-color: #49678F;
}
.TagClassName
{
border-color: #49678F;
}
</style>