Shades of Tory Blue #495085
Tints of Tory Blue #495085
RGB
CMYK
RGB Variations
Color information
#495085 (or 0x495085) is known color: Tory Blue. HEX triplet: 49, 50 and 85. RGB value is (73,80,133). Sum of RGB (Red+Green+Blue) = 73+80+133=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #495085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495085 is #B6AF7A. Grayscale: #535353. Windows color (decimal): -11972475 or 8736841. OLE color: 8736841.
HSL color Cylindrical-coordinate representation of color #495085: hue angle of 233º 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 #495085 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 80 | 133 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.48 |
| HSL | 233º | 0.29% | 0.4% | - |
| HSV(B) | 233º | 0.45% | 0.52% | - |
| XYZ | 9.85 | 8.85 | 23.38 | - |
| YUV | 83.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 133 | 0.45 | 0.40 | 0 | 0.48 | 233 | 0.29 | 0.4 |
| Hex | 49 | 50 | 85 | 2D | 28 | 0 | 30 | E9 | 1D | 28 |
| Octal | 111 | 120 | 205 | 55 | 50 | 0 | 60 | 351 | 35 | 50 |
| Binary | 1001001 | 1010000 | 10000101 | 101101 | 101000 | 0 | 110000 | 11101001 | 11101 | 101000 |
Color Harmonies of #495085
Complementary color
Monochromatic Colors of #495085
Black with #495085
Text Example
Text Example
White with #495085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495085; }
p { color: rgb(73,80,133); }
H1.HeaderClassName
{
color: #495085;
}
.AnyTagClassName
{
color: #495085;
}
</style>
background-color css
<style>
a { background-color: #495085; }
a { background-color: rgb(73,80,133); }
div.DivClassName
{
background-color: #495085;
}
.BgClassName
{
background-color: #495085;
}
</style>
border-color css
<style>
span { border-color: #495085; }
span { border-color: rgb(73,80,133); }
td.TdClassName
{
border-color: #495085;
}
.TagClassName
{
border-color: #495085;
}
</style>