Shades of Wedgewood #49678C
Tints of Wedgewood #49678C
RGB
CMYK
RGB Variations
Color information
#49678C (or 0x49678C) is known color: Wedgewood. HEX triplet: 49, 67 and 8C. RGB value is (73,103,140). Sum of RGB (Red+Green+Blue) = 73+103+140=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #49678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49678C is #B69873. Grayscale: #626262. Windows color (decimal): -11966580 or 9201481. OLE color: 9201481.
HSL color Cylindrical-coordinate representation of color #49678C: hue angle of 213.13º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49678C is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 103 | 140 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.45 |
| HSL | 213.13º | 0.31% | 0.42% | - |
| HSV(B) | 213.13º | 0.48% | 0.55% | - |
| XYZ | 12.33 | 13.01 | 26.67 | - |
| YUV | 98.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 140 | 0.48 | 0.26 | 0 | 0.45 | 213.13 | 0.31 | 0.42 |
| Hex | 49 | 67 | 8C | 30 | 1A | 0 | 2D | D5 | 1F | 2A |
| Octal | 111 | 147 | 214 | 60 | 32 | 0 | 55 | 325 | 37 | 52 |
| Binary | 1001001 | 1100111 | 10001100 | 110000 | 11010 | 0 | 101101 | 11010101 | 11111 | 101010 |
Color Harmonies of #49678C
Complementary color
Monochromatic Colors of #49678C
Black with #49678C
Text Example
Text Example
White with #49678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49678C; }
p { color: rgb(73,103,140); }
H1.HeaderClassName
{
color: #49678C;
}
.AnyTagClassName
{
color: #49678C;
}
</style>
background-color css
<style>
a { background-color: #49678C; }
a { background-color: rgb(73,103,140); }
div.DivClassName
{
background-color: #49678C;
}
.BgClassName
{
background-color: #49678C;
}
</style>
border-color css
<style>
span { border-color: #49678C; }
span { border-color: rgb(73,103,140); }
td.TdClassName
{
border-color: #49678C;
}
.TagClassName
{
border-color: #49678C;
}
</style>