Shades of Tory Blue #455189
Tints of Tory Blue #455189
RGB
CMYK
RGB Variations
Color information
#455189 (or 0x455189) is known color: Tory Blue. HEX triplet: 45, 51 and 89. RGB value is (69,81,137). Sum of RGB (Red+Green+Blue) = 69+81+137=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #455189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455189 is #BAAE76. Grayscale: #535353. Windows color (decimal): -12234359 or 8999237. OLE color: 8999237.
HSL color Cylindrical-coordinate representation of color #455189: hue angle of 229.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455189 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 81 | 137 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.46 |
| HSL | 229.41º | 0.33% | 0.4% | - |
| HSV(B) | 229.41º | 0.5% | 0.54% | - |
| XYZ | 9.91 | 8.96 | 24.87 | - |
| YUV | 83.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 137 | 0.50 | 0.41 | 0 | 0.46 | 229.41 | 0.33 | 0.4 |
| Hex | 45 | 51 | 89 | 32 | 29 | 0 | 2E | E5 | 21 | 28 |
| Octal | 105 | 121 | 211 | 62 | 51 | 0 | 56 | 345 | 41 | 50 |
| Binary | 1000101 | 1010001 | 10001001 | 110010 | 101001 | 0 | 101110 | 11100101 | 100001 | 101000 |
Color Harmonies of #455189
Complementary color
Monochromatic Colors of #455189
Black with #455189
Text Example
Text Example
White with #455189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455189; }
p { color: rgb(69,81,137); }
H1.HeaderClassName
{
color: #455189;
}
.AnyTagClassName
{
color: #455189;
}
</style>
background-color css
<style>
a { background-color: #455189; }
a { background-color: rgb(69,81,137); }
div.DivClassName
{
background-color: #455189;
}
.BgClassName
{
background-color: #455189;
}
</style>
border-color css
<style>
span { border-color: #455189; }
span { border-color: rgb(69,81,137); }
td.TdClassName
{
border-color: #455189;
}
.TagClassName
{
border-color: #455189;
}
</style>