Shades of Tory Blue #495185
Tints of Tory Blue #495185
RGB
CMYK
RGB Variations
Color information
#495185 (or 0x495185) is known color: Tory Blue. HEX triplet: 49, 51 and 85. RGB value is (73,81,133). Sum of RGB (Red+Green+Blue) = 73+81+133=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #495185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495185 is #B6AE7A. Grayscale: #545454. Windows color (decimal): -11972219 or 8737097. OLE color: 8737097.
HSL color Cylindrical-coordinate representation of color #495185: hue angle of 232º 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 #495185 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 81 | 133 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.48 |
| HSL | 232º | 0.29% | 0.4% | - |
| HSV(B) | 232º | 0.45% | 0.52% | - |
| XYZ | 9.92 | 8.99 | 23.4 | - |
| YUV | 84.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 133 | 0.45 | 0.39 | 0 | 0.48 | 232 | 0.29 | 0.4 |
| Hex | 49 | 51 | 85 | 2D | 27 | 0 | 30 | E8 | 1D | 28 |
| Octal | 111 | 121 | 205 | 55 | 47 | 0 | 60 | 350 | 35 | 50 |
| Binary | 1001001 | 1010001 | 10000101 | 101101 | 100111 | 0 | 110000 | 11101000 | 11101 | 101000 |
Color Harmonies of #495185
Complementary color
Monochromatic Colors of #495185
Black with #495185
Text Example
Text Example
White with #495185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495185; }
p { color: rgb(73,81,133); }
H1.HeaderClassName
{
color: #495185;
}
.AnyTagClassName
{
color: #495185;
}
</style>
background-color css
<style>
a { background-color: #495185; }
a { background-color: rgb(73,81,133); }
div.DivClassName
{
background-color: #495185;
}
.BgClassName
{
background-color: #495185;
}
</style>
border-color css
<style>
span { border-color: #495185; }
span { border-color: rgb(73,81,133); }
td.TdClassName
{
border-color: #495185;
}
.TagClassName
{
border-color: #495185;
}
</style>