Shades of Tory Blue #495286
Tints of Tory Blue #495286
RGB
CMYK
RGB Variations
Color information
#495286 (or 0x495286) is known color: Tory Blue. HEX triplet: 49, 52 and 86. RGB value is (73,82,134). Sum of RGB (Red+Green+Blue) = 73+82+134=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #495286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495286 is #B6AD79. Grayscale: #555555. Windows color (decimal): -11971962 or 8802889. OLE color: 8802889.
HSL color Cylindrical-coordinate representation of color #495286: hue angle of 231.15º 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 #495286 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 82 | 134 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.47 |
| HSL | 231.15º | 0.29% | 0.41% | - |
| HSV(B) | 231.15º | 0.46% | 0.53% | - |
| XYZ | 10.07 | 9.17 | 23.79 | - |
| YUV | 85.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 134 | 0.46 | 0.39 | 0 | 0.47 | 231.15 | 0.29 | 0.41 |
| Hex | 49 | 52 | 86 | 2E | 27 | 0 | 2F | E7 | 1D | 29 |
| Octal | 111 | 122 | 206 | 56 | 47 | 0 | 57 | 347 | 35 | 51 |
| Binary | 1001001 | 1010010 | 10000110 | 101110 | 100111 | 0 | 101111 | 11100111 | 11101 | 101001 |
Color Harmonies of #495286
Complementary color
Monochromatic Colors of #495286
Black with #495286
Text Example
Text Example
White with #495286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495286; }
p { color: rgb(73,82,134); }
H1.HeaderClassName
{
color: #495286;
}
.AnyTagClassName
{
color: #495286;
}
</style>
background-color css
<style>
a { background-color: #495286; }
a { background-color: rgb(73,82,134); }
div.DivClassName
{
background-color: #495286;
}
.BgClassName
{
background-color: #495286;
}
</style>
border-color css
<style>
span { border-color: #495286; }
span { border-color: rgb(73,82,134); }
td.TdClassName
{
border-color: #495286;
}
.TagClassName
{
border-color: #495286;
}
</style>