Shades of Wedgewood #495F89
Tints of Wedgewood #495F89
RGB
CMYK
RGB Variations
Color information
#495F89 (or 0x495F89) is known color: Wedgewood. HEX triplet: 49, 5F and 89. RGB value is (73,95,137). Sum of RGB (Red+Green+Blue) = 73+95+137=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #495F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F89 is #B6A076. Grayscale: #5D5D5D. Windows color (decimal): -11968631 or 9002825. OLE color: 9002825.
HSL color Cylindrical-coordinate representation of color #495F89: hue angle of 219.38º degrees, saturation: 0.3, 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 #495F89 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 95 | 137 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.46 |
| HSL | 219.38º | 0.3% | 0.41% | - |
| HSV(B) | 219.38º | 0.47% | 0.54% | - |
| XYZ | 11.36 | 11.41 | 25.27 | - |
| YUV | 93.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 137 | 0.47 | 0.31 | 0 | 0.46 | 219.38 | 0.3 | 0.41 |
| Hex | 49 | 5F | 89 | 2F | 1F | 0 | 2E | DB | 1E | 29 |
| Octal | 111 | 137 | 211 | 57 | 37 | 0 | 56 | 333 | 36 | 51 |
| Binary | 1001001 | 1011111 | 10001001 | 101111 | 11111 | 0 | 101110 | 11011011 | 11110 | 101001 |
Color Harmonies of #495F89
Complementary color
Monochromatic Colors of #495F89
Black with #495F89
Text Example
Text Example
White with #495F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F89; }
p { color: rgb(73,95,137); }
H1.HeaderClassName
{
color: #495F89;
}
.AnyTagClassName
{
color: #495F89;
}
</style>
background-color css
<style>
a { background-color: #495F89; }
a { background-color: rgb(73,95,137); }
div.DivClassName
{
background-color: #495F89;
}
.BgClassName
{
background-color: #495F89;
}
</style>
border-color css
<style>
span { border-color: #495F89; }
span { border-color: rgb(73,95,137); }
td.TdClassName
{
border-color: #495F89;
}
.TagClassName
{
border-color: #495F89;
}
</style>