Shades of Tory Blue #495186
Tints of Tory Blue #495186
RGB
CMYK
RGB Variations
Color information
#495186 (or 0x495186) is known color: Tory Blue. HEX triplet: 49, 51 and 86. RGB value is (73,81,134). Sum of RGB (Red+Green+Blue) = 73+81+134=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #495186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495186 is #B6AE79. Grayscale: #545454. Windows color (decimal): -11972218 or 8802633. OLE color: 8802633.
HSL color Cylindrical-coordinate representation of color #495186: hue angle of 232.13º 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 #495186 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 81 | 134 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.47 |
| HSL | 232.13º | 0.29% | 0.41% | - |
| HSV(B) | 232.13º | 0.46% | 0.53% | - |
| XYZ | 9.99 | 9.02 | 23.77 | - |
| YUV | 84.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 134 | 0.46 | 0.40 | 0 | 0.47 | 232.13 | 0.29 | 0.41 |
| Hex | 49 | 51 | 86 | 2E | 28 | 0 | 2F | E8 | 1D | 29 |
| Octal | 111 | 121 | 206 | 56 | 50 | 0 | 57 | 350 | 35 | 51 |
| Binary | 1001001 | 1010001 | 10000110 | 101110 | 101000 | 0 | 101111 | 11101000 | 11101 | 101001 |
Color Harmonies of #495186
Complementary color
Monochromatic Colors of #495186
Black with #495186
Text Example
Text Example
White with #495186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495186; }
p { color: rgb(73,81,134); }
H1.HeaderClassName
{
color: #495186;
}
.AnyTagClassName
{
color: #495186;
}
</style>
background-color css
<style>
a { background-color: #495186; }
a { background-color: rgb(73,81,134); }
div.DivClassName
{
background-color: #495186;
}
.BgClassName
{
background-color: #495186;
}
</style>
border-color css
<style>
span { border-color: #495186; }
span { border-color: rgb(73,81,134); }
td.TdClassName
{
border-color: #495186;
}
.TagClassName
{
border-color: #495186;
}
</style>