Shades of Tory Blue #455990
Tints of Tory Blue #455990
RGB
CMYK
RGB Variations
Color information
#455990 (or 0x455990) is known color: Tory Blue. HEX triplet: 45, 59 and 90. RGB value is (69,89,144). Sum of RGB (Red+Green+Blue) = 69+89+144=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #455990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455990 is #BAA66F. Grayscale: #595959. Windows color (decimal): -12232304 or 9460037. OLE color: 9460037.
HSL color Cylindrical-coordinate representation of color #455990: hue angle of 224º 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 #455990 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 89 | 144 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.44 |
| HSL | 224º | 0.35% | 0.42% | - |
| HSV(B) | 224º | 0.52% | 0.56% | - |
| XYZ | 11.06 | 10.42 | 27.81 | - |
| YUV | 89.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 144 | 0.52 | 0.38 | 0 | 0.44 | 224 | 0.35 | 0.42 |
| Hex | 45 | 59 | 90 | 34 | 26 | 0 | 2C | E0 | 23 | 2A |
| Octal | 105 | 131 | 220 | 64 | 46 | 0 | 54 | 340 | 43 | 52 |
| Binary | 1000101 | 1011001 | 10010000 | 110100 | 100110 | 0 | 101100 | 11100000 | 100011 | 101010 |
Color Harmonies of #455990
Complementary color
Monochromatic Colors of #455990
Black with #455990
Text Example
Text Example
White with #455990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455990; }
p { color: rgb(69,89,144); }
H1.HeaderClassName
{
color: #455990;
}
.AnyTagClassName
{
color: #455990;
}
</style>
background-color css
<style>
a { background-color: #455990; }
a { background-color: rgb(69,89,144); }
div.DivClassName
{
background-color: #455990;
}
.BgClassName
{
background-color: #455990;
}
</style>
border-color css
<style>
span { border-color: #455990; }
span { border-color: rgb(69,89,144); }
td.TdClassName
{
border-color: #455990;
}
.TagClassName
{
border-color: #455990;
}
</style>