Shades of Tory Blue #495086
Tints of Tory Blue #495086
RGB
CMYK
RGB Variations
Color information
#495086 (or 0x495086) is known color: Tory Blue. HEX triplet: 49, 50 and 86. RGB value is (73,80,134). Sum of RGB (Red+Green+Blue) = 73+80+134=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #495086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495086 is #B6AF79. Grayscale: #535353. Windows color (decimal): -11972474 or 8802377. OLE color: 8802377.
HSL color Cylindrical-coordinate representation of color #495086: hue angle of 233.11º degrees, saturation: 0.29, 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 #495086 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 80 | 134 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.47 |
| HSL | 233.11º | 0.29% | 0.41% | - |
| HSV(B) | 233.11º | 0.46% | 0.53% | - |
| XYZ | 9.92 | 8.88 | 23.74 | - |
| YUV | 84.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 134 | 0.46 | 0.40 | 0 | 0.47 | 233.11 | 0.29 | 0.41 |
| Hex | 49 | 50 | 86 | 2E | 28 | 0 | 2F | E9 | 1D | 29 |
| Octal | 111 | 120 | 206 | 56 | 50 | 0 | 57 | 351 | 35 | 51 |
| Binary | 1001001 | 1010000 | 10000110 | 101110 | 101000 | 0 | 101111 | 11101001 | 11101 | 101001 |
Color Harmonies of #495086
Complementary color
Monochromatic Colors of #495086
Black with #495086
Text Example
Text Example
White with #495086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495086; }
p { color: rgb(73,80,134); }
H1.HeaderClassName
{
color: #495086;
}
.AnyTagClassName
{
color: #495086;
}
</style>
background-color css
<style>
a { background-color: #495086; }
a { background-color: rgb(73,80,134); }
div.DivClassName
{
background-color: #495086;
}
.BgClassName
{
background-color: #495086;
}
</style>
border-color css
<style>
span { border-color: #495086; }
span { border-color: rgb(73,80,134); }
td.TdClassName
{
border-color: #495086;
}
.TagClassName
{
border-color: #495086;
}
</style>