Shades of Wedgewood #496C84
Tints of Wedgewood #496C84
RGB
CMYK
RGB Variations
Color information
#496C84 (or 0x496C84) is known color: Wedgewood. HEX triplet: 49, 6C and 84. RGB value is (73,108,132). Sum of RGB (Red+Green+Blue) = 73+108+132=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #496C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C84 is #B6937B. Grayscale: #646464. Windows color (decimal): -11965308 or 8678473. OLE color: 8678473.
HSL color Cylindrical-coordinate representation of color #496C84: hue angle of 204.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496C84 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 108 | 132 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.48 |
| HSL | 204.41º | 0.29% | 0.4% | - |
| HSV(B) | 204.41º | 0.45% | 0.52% | - |
| XYZ | 12.28 | 13.81 | 23.85 | - |
| YUV | 100.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 132 | 0.45 | 0.18 | 0 | 0.48 | 204.41 | 0.29 | 0.4 |
| Hex | 49 | 6C | 84 | 2D | 12 | 0 | 30 | CC | 1D | 28 |
| Octal | 111 | 154 | 204 | 55 | 22 | 0 | 60 | 314 | 35 | 50 |
| Binary | 1001001 | 1101100 | 10000100 | 101101 | 10010 | 0 | 110000 | 11001100 | 11101 | 101000 |
Color Harmonies of #496C84
Complementary color
Monochromatic Colors of #496C84
Black with #496C84
Text Example
Text Example
White with #496C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C84; }
p { color: rgb(73,108,132); }
H1.HeaderClassName
{
color: #496C84;
}
.AnyTagClassName
{
color: #496C84;
}
</style>
background-color css
<style>
a { background-color: #496C84; }
a { background-color: rgb(73,108,132); }
div.DivClassName
{
background-color: #496C84;
}
.BgClassName
{
background-color: #496C84;
}
</style>
border-color css
<style>
span { border-color: #496C84; }
span { border-color: rgb(73,108,132); }
td.TdClassName
{
border-color: #496C84;
}
.TagClassName
{
border-color: #496C84;
}
</style>