Shades of Tory Blue #495689
Tints of Tory Blue #495689
RGB
CMYK
RGB Variations
Color information
#495689 (or 0x495689) is known color: Tory Blue. HEX triplet: 49, 56 and 89. RGB value is (73,86,137). Sum of RGB (Red+Green+Blue) = 73+86+137=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #495689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495689 is #B6A976. Grayscale: #575757. Windows color (decimal): -11970935 or 9000521. OLE color: 9000521.
HSL color Cylindrical-coordinate representation of color #495689: hue angle of 227.81º 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 #495689 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 86 | 137 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.46 |
| HSL | 227.81º | 0.3% | 0.41% | - |
| HSV(B) | 227.81º | 0.47% | 0.54% | - |
| XYZ | 10.59 | 9.88 | 25.02 | - |
| YUV | 87.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 137 | 0.47 | 0.37 | 0 | 0.46 | 227.81 | 0.3 | 0.41 |
| Hex | 49 | 56 | 89 | 2F | 25 | 0 | 2E | E4 | 1E | 29 |
| Octal | 111 | 126 | 211 | 57 | 45 | 0 | 56 | 344 | 36 | 51 |
| Binary | 1001001 | 1010110 | 10001001 | 101111 | 100101 | 0 | 101110 | 11100100 | 11110 | 101001 |
Color Harmonies of #495689
Complementary color
Monochromatic Colors of #495689
Black with #495689
Text Example
Text Example
White with #495689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495689; }
p { color: rgb(73,86,137); }
H1.HeaderClassName
{
color: #495689;
}
.AnyTagClassName
{
color: #495689;
}
</style>
background-color css
<style>
a { background-color: #495689; }
a { background-color: rgb(73,86,137); }
div.DivClassName
{
background-color: #495689;
}
.BgClassName
{
background-color: #495689;
}
</style>
border-color css
<style>
span { border-color: #495689; }
span { border-color: rgb(73,86,137); }
td.TdClassName
{
border-color: #495689;
}
.TagClassName
{
border-color: #495689;
}
</style>