Shades of Tory Blue #495388
Tints of Tory Blue #495388
RGB
CMYK
RGB Variations
Color information
#495388 (or 0x495388) is known color: Tory Blue. HEX triplet: 49, 53 and 88. RGB value is (73,83,136). Sum of RGB (Red+Green+Blue) = 73+83+136=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #495388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495388 is #B6AC77. Grayscale: #555555. Windows color (decimal): -11971704 or 8934217. OLE color: 8934217.
HSL color Cylindrical-coordinate representation of color #495388: hue angle of 230.48º degrees, saturation: 0.3, 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 #495388 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 83 | 136 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.47 |
| HSL | 230.48º | 0.3% | 0.41% | - |
| HSV(B) | 230.48º | 0.46% | 0.53% | - |
| XYZ | 10.28 | 9.38 | 24.56 | - |
| YUV | 86.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 136 | 0.46 | 0.39 | 0 | 0.47 | 230.48 | 0.3 | 0.41 |
| Hex | 49 | 53 | 88 | 2E | 27 | 0 | 2F | E6 | 1E | 29 |
| Octal | 111 | 123 | 210 | 56 | 47 | 0 | 57 | 346 | 36 | 51 |
| Binary | 1001001 | 1010011 | 10001000 | 101110 | 100111 | 0 | 101111 | 11100110 | 11110 | 101001 |
Color Harmonies of #495388
Complementary color
Monochromatic Colors of #495388
Black with #495388
Text Example
Text Example
White with #495388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495388; }
p { color: rgb(73,83,136); }
H1.HeaderClassName
{
color: #495388;
}
.AnyTagClassName
{
color: #495388;
}
</style>
background-color css
<style>
a { background-color: #495388; }
a { background-color: rgb(73,83,136); }
div.DivClassName
{
background-color: #495388;
}
.BgClassName
{
background-color: #495388;
}
</style>
border-color css
<style>
span { border-color: #495388; }
span { border-color: rgb(73,83,136); }
td.TdClassName
{
border-color: #495388;
}
.TagClassName
{
border-color: #495388;
}
</style>