Shades of Tory Blue #455390
Tints of Tory Blue #455390
RGB
CMYK
RGB Variations
Color information
#455390 (or 0x455390) is known color: Tory Blue. HEX triplet: 45, 53 and 90. RGB value is (69,83,144). Sum of RGB (Red+Green+Blue) = 69+83+144=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #455390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455390 is #BAAC6F. Grayscale: #555555. Windows color (decimal): -12233840 or 9458501. OLE color: 9458501.
HSL color Cylindrical-coordinate representation of color #455390: hue angle of 228.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455390 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 83 | 144 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.44 |
| HSL | 228.8º | 0.35% | 0.42% | - |
| HSV(B) | 228.8º | 0.52% | 0.56% | - |
| XYZ | 10.58 | 9.47 | 27.65 | - |
| YUV | 85.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 144 | 0.52 | 0.42 | 0 | 0.44 | 228.8 | 0.35 | 0.42 |
| Hex | 45 | 53 | 90 | 34 | 2A | 0 | 2C | E5 | 23 | 2A |
| Octal | 105 | 123 | 220 | 64 | 52 | 0 | 54 | 345 | 43 | 52 |
| Binary | 1000101 | 1010011 | 10010000 | 110100 | 101010 | 0 | 101100 | 11100101 | 100011 | 101010 |
Color Harmonies of #455390
Complementary color
Monochromatic Colors of #455390
Black with #455390
Text Example
Text Example
White with #455390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455390; }
p { color: rgb(69,83,144); }
H1.HeaderClassName
{
color: #455390;
}
.AnyTagClassName
{
color: #455390;
}
</style>
background-color css
<style>
a { background-color: #455390; }
a { background-color: rgb(69,83,144); }
div.DivClassName
{
background-color: #455390;
}
.BgClassName
{
background-color: #455390;
}
</style>
border-color css
<style>
span { border-color: #455390; }
span { border-color: rgb(69,83,144); }
td.TdClassName
{
border-color: #455390;
}
.TagClassName
{
border-color: #455390;
}
</style>