Shades of Tory Blue #495385
Tints of Tory Blue #495385
RGB
CMYK
RGB Variations
Color information
#495385 (or 0x495385) is known color: Tory Blue. HEX triplet: 49, 53 and 85. RGB value is (73,83,133). Sum of RGB (Red+Green+Blue) = 73+83+133=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #495385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495385 is #B6AC7A. Grayscale: #555555. Windows color (decimal): -11971707 or 8737609. OLE color: 8737609.
HSL color Cylindrical-coordinate representation of color #495385: hue angle of 230º 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 #495385 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 83 | 133 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.48 |
| HSL | 230º | 0.29% | 0.4% | - |
| HSV(B) | 230º | 0.45% | 0.52% | - |
| XYZ | 10.07 | 9.3 | 23.45 | - |
| YUV | 85.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 133 | 0.45 | 0.38 | 0 | 0.48 | 230 | 0.29 | 0.4 |
| Hex | 49 | 53 | 85 | 2D | 26 | 0 | 30 | E6 | 1D | 28 |
| Octal | 111 | 123 | 205 | 55 | 46 | 0 | 60 | 346 | 35 | 50 |
| Binary | 1001001 | 1010011 | 10000101 | 101101 | 100110 | 0 | 110000 | 11100110 | 11101 | 101000 |
Color Harmonies of #495385
Complementary color
Monochromatic Colors of #495385
Black with #495385
Text Example
Text Example
White with #495385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495385; }
p { color: rgb(73,83,133); }
H1.HeaderClassName
{
color: #495385;
}
.AnyTagClassName
{
color: #495385;
}
</style>
background-color css
<style>
a { background-color: #495385; }
a { background-color: rgb(73,83,133); }
div.DivClassName
{
background-color: #495385;
}
.BgClassName
{
background-color: #495385;
}
</style>
border-color css
<style>
span { border-color: #495385; }
span { border-color: rgb(73,83,133); }
td.TdClassName
{
border-color: #495385;
}
.TagClassName
{
border-color: #495385;
}
</style>