Shades of Wedgewood #49638E
Tints of Wedgewood #49638E
RGB
CMYK
RGB Variations
Color information
#49638E (or 0x49638E) is known color: Wedgewood. HEX triplet: 49, 63 and 8E. RGB value is (73,99,142). Sum of RGB (Red+Green+Blue) = 73+99+142=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #49638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49638E is #B69C71. Grayscale: #5F5F5F. Windows color (decimal): -11967602 or 9331529. OLE color: 9331529.
HSL color Cylindrical-coordinate representation of color #49638E: hue angle of 217.39º 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 #49638E is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 99 | 142 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.44 |
| HSL | 217.39º | 0.32% | 0.42% | - |
| HSV(B) | 217.39º | 0.49% | 0.56% | - |
| XYZ | 12.09 | 12.29 | 27.33 | - |
| YUV | 96.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 142 | 0.49 | 0.30 | 0 | 0.44 | 217.39 | 0.32 | 0.42 |
| Hex | 49 | 63 | 8E | 31 | 1E | 0 | 2C | D9 | 20 | 2A |
| Octal | 111 | 143 | 216 | 61 | 36 | 0 | 54 | 331 | 40 | 52 |
| Binary | 1001001 | 1100011 | 10001110 | 110001 | 11110 | 0 | 101100 | 11011001 | 100000 | 101010 |
Color Harmonies of #49638E
Complementary color
Monochromatic Colors of #49638E
Black with #49638E
Text Example
Text Example
White with #49638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49638E; }
p { color: rgb(73,99,142); }
H1.HeaderClassName
{
color: #49638E;
}
.AnyTagClassName
{
color: #49638E;
}
</style>
background-color css
<style>
a { background-color: #49638E; }
a { background-color: rgb(73,99,142); }
div.DivClassName
{
background-color: #49638E;
}
.BgClassName
{
background-color: #49638E;
}
</style>
border-color css
<style>
span { border-color: #49638E; }
span { border-color: rgb(73,99,142); }
td.TdClassName
{
border-color: #49638E;
}
.TagClassName
{
border-color: #49638E;
}
</style>