Shades of Wedgewood #49648F
Tints of Wedgewood #49648F
RGB
CMYK
RGB Variations
Color information
#49648F (or 0x49648F) is known color: Wedgewood. HEX triplet: 49, 64 and 8F. RGB value is (73,100,143). Sum of RGB (Red+Green+Blue) = 73+100+143=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #49648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49648F is #B69B70. Grayscale: #606060. Windows color (decimal): -11967345 or 9397321. OLE color: 9397321.
HSL color Cylindrical-coordinate representation of color #49648F: hue angle of 216.86º 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 #49648F is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 100 | 143 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.44 |
| HSL | 216.86º | 0.32% | 0.42% | - |
| HSV(B) | 216.86º | 0.49% | 0.56% | - |
| XYZ | 12.26 | 12.51 | 27.76 | - |
| YUV | 96.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 143 | 0.49 | 0.30 | 0 | 0.44 | 216.86 | 0.32 | 0.42 |
| Hex | 49 | 64 | 8F | 31 | 1E | 0 | 2C | D9 | 20 | 2A |
| Octal | 111 | 144 | 217 | 61 | 36 | 0 | 54 | 331 | 40 | 52 |
| Binary | 1001001 | 1100100 | 10001111 | 110001 | 11110 | 0 | 101100 | 11011001 | 100000 | 101010 |
Color Harmonies of #49648F
Complementary color
Monochromatic Colors of #49648F
Black with #49648F
Text Example
Text Example
White with #49648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49648F; }
p { color: rgb(73,100,143); }
H1.HeaderClassName
{
color: #49648F;
}
.AnyTagClassName
{
color: #49648F;
}
</style>
background-color css
<style>
a { background-color: #49648F; }
a { background-color: rgb(73,100,143); }
div.DivClassName
{
background-color: #49648F;
}
.BgClassName
{
background-color: #49648F;
}
</style>
border-color css
<style>
span { border-color: #49648F; }
span { border-color: rgb(73,100,143); }
td.TdClassName
{
border-color: #49648F;
}
.TagClassName
{
border-color: #49648F;
}
</style>