Shades of Wedgewood #496D92
Tints of Wedgewood #496D92
RGB
CMYK
RGB Variations
Color information
#496D92 (or 0x496D92) is known color: Wedgewood. HEX triplet: 49, 6D and 92. RGB value is (73,109,146). Sum of RGB (Red+Green+Blue) = 73+109+146=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #496D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D92 is #B6926D. Grayscale: #666666. Windows color (decimal): -11965038 or 9596233. OLE color: 9596233.
HSL color Cylindrical-coordinate representation of color #496D92: hue angle of 210.41º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496D92 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 109 | 146 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.43 |
| HSL | 210.41º | 0.33% | 0.43% | - |
| HSV(B) | 210.41º | 0.5% | 0.57% | - |
| XYZ | 13.4 | 14.43 | 29.27 | - |
| YUV | 102.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 146 | 0.5 | 0.25 | 0 | 0.43 | 210.41 | 0.33 | 0.43 |
| Hex | 49 | 6D | 92 | 32 | 19 | 0 | 2B | D2 | 21 | 2B |
| Octal | 111 | 155 | 222 | 62 | 31 | 0 | 53 | 322 | 41 | 53 |
| Binary | 1001001 | 1101101 | 10010010 | 110010 | 11001 | 0 | 101011 | 11010010 | 100001 | 101011 |
Color Harmonies of #496D92
Complementary color
Monochromatic Colors of #496D92
Black with #496D92
Text Example
Text Example
White with #496D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D92; }
p { color: rgb(73,109,146); }
H1.HeaderClassName
{
color: #496D92;
}
.AnyTagClassName
{
color: #496D92;
}
</style>
background-color css
<style>
a { background-color: #496D92; }
a { background-color: rgb(73,109,146); }
div.DivClassName
{
background-color: #496D92;
}
.BgClassName
{
background-color: #496D92;
}
</style>
border-color css
<style>
span { border-color: #496D92; }
span { border-color: rgb(73,109,146); }
td.TdClassName
{
border-color: #496D92;
}
.TagClassName
{
border-color: #496D92;
}
</style>