Shades of Tory Blue #495688
Tints of Tory Blue #495688
RGB
CMYK
RGB Variations
Color information
#495688 (or 0x495688) is known color: Tory Blue. HEX triplet: 49, 56 and 88. RGB value is (73,86,136). Sum of RGB (Red+Green+Blue) = 73+86+136=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #495688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495688 is #B6A977. Grayscale: #575757. Windows color (decimal): -11970936 or 8934985. OLE color: 8934985.
HSL color Cylindrical-coordinate representation of color #495688: hue angle of 227.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495688 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 86 | 136 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.47 |
| HSL | 227.62º | 0.3% | 0.41% | - |
| HSV(B) | 227.62º | 0.46% | 0.53% | - |
| XYZ | 10.52 | 9.85 | 24.64 | - |
| YUV | 87.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 136 | 0.46 | 0.37 | 0 | 0.47 | 227.62 | 0.3 | 0.41 |
| Hex | 49 | 56 | 88 | 2E | 25 | 0 | 2F | E4 | 1E | 29 |
| Octal | 111 | 126 | 210 | 56 | 45 | 0 | 57 | 344 | 36 | 51 |
| Binary | 1001001 | 1010110 | 10001000 | 101110 | 100101 | 0 | 101111 | 11100100 | 11110 | 101001 |
Color Harmonies of #495688
Complementary color
Monochromatic Colors of #495688
Black with #495688
Text Example
Text Example
White with #495688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495688; }
p { color: rgb(73,86,136); }
H1.HeaderClassName
{
color: #495688;
}
.AnyTagClassName
{
color: #495688;
}
</style>
background-color css
<style>
a { background-color: #495688; }
a { background-color: rgb(73,86,136); }
div.DivClassName
{
background-color: #495688;
}
.BgClassName
{
background-color: #495688;
}
</style>
border-color css
<style>
span { border-color: #495688; }
span { border-color: rgb(73,86,136); }
td.TdClassName
{
border-color: #495688;
}
.TagClassName
{
border-color: #495688;
}
</style>