Shades of Tory Blue #455485
Tints of Tory Blue #455485
RGB
CMYK
RGB Variations
Color information
#455485 (or 0x455485) is known color: Tory Blue. HEX triplet: 45, 54 and 85. RGB value is (69,84,133). Sum of RGB (Red+Green+Blue) = 69+84+133=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #455485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455485 is #BAAB7A. Grayscale: #545454. Windows color (decimal): -12233595 or 8737861. OLE color: 8737861.
HSL color Cylindrical-coordinate representation of color #455485: hue angle of 225.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455485 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 84 | 133 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.48 |
| HSL | 225.94º | 0.32% | 0.4% | - |
| HSV(B) | 225.94º | 0.48% | 0.52% | - |
| XYZ | 9.86 | 9.3 | 23.47 | - |
| YUV | 85.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 133 | 0.48 | 0.37 | 0 | 0.48 | 225.94 | 0.32 | 0.4 |
| Hex | 45 | 54 | 85 | 30 | 25 | 0 | 30 | E2 | 20 | 28 |
| Octal | 105 | 124 | 205 | 60 | 45 | 0 | 60 | 342 | 40 | 50 |
| Binary | 1000101 | 1010100 | 10000101 | 110000 | 100101 | 0 | 110000 | 11100010 | 100000 | 101000 |
Color Harmonies of #455485
Complementary color
Monochromatic Colors of #455485
Black with #455485
Text Example
Text Example
White with #455485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455485; }
p { color: rgb(69,84,133); }
H1.HeaderClassName
{
color: #455485;
}
.AnyTagClassName
{
color: #455485;
}
</style>
background-color css
<style>
a { background-color: #455485; }
a { background-color: rgb(69,84,133); }
div.DivClassName
{
background-color: #455485;
}
.BgClassName
{
background-color: #455485;
}
</style>
border-color css
<style>
span { border-color: #455485; }
span { border-color: rgb(69,84,133); }
td.TdClassName
{
border-color: #455485;
}
.TagClassName
{
border-color: #455485;
}
</style>