Shades of Wedgewood #496C8A
Tints of Wedgewood #496C8A
RGB
CMYK
RGB Variations
Color information
#496C8A (or 0x496C8A) is known color: Wedgewood. HEX triplet: 49, 6C and 8A. RGB value is (73,108,138). Sum of RGB (Red+Green+Blue) = 73+108+138=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #496C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C8A is #B69375. Grayscale: #646464. Windows color (decimal): -11965302 or 9071689. OLE color: 9071689.
HSL color Cylindrical-coordinate representation of color #496C8A: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496C8A is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 108 | 138 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.46 |
| HSL | 207.69º | 0.31% | 0.41% | - |
| HSV(B) | 207.69º | 0.47% | 0.54% | - |
| XYZ | 12.7 | 13.98 | 26.07 | - |
| YUV | 100.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 138 | 0.47 | 0.22 | 0 | 0.46 | 207.69 | 0.31 | 0.41 |
| Hex | 49 | 6C | 8A | 2F | 16 | 0 | 2E | D0 | 1F | 29 |
| Octal | 111 | 154 | 212 | 57 | 26 | 0 | 56 | 320 | 37 | 51 |
| Binary | 1001001 | 1101100 | 10001010 | 101111 | 10110 | 0 | 101110 | 11010000 | 11111 | 101001 |
Color Harmonies of #496C8A
Complementary color
Monochromatic Colors of #496C8A
Black with #496C8A
Text Example
Text Example
White with #496C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C8A; }
p { color: rgb(73,108,138); }
H1.HeaderClassName
{
color: #496C8A;
}
.AnyTagClassName
{
color: #496C8A;
}
</style>
background-color css
<style>
a { background-color: #496C8A; }
a { background-color: rgb(73,108,138); }
div.DivClassName
{
background-color: #496C8A;
}
.BgClassName
{
background-color: #496C8A;
}
</style>
border-color css
<style>
span { border-color: #496C8A; }
span { border-color: rgb(73,108,138); }
td.TdClassName
{
border-color: #496C8A;
}
.TagClassName
{
border-color: #496C8A;
}
</style>