Shades of Tory Blue #454E87
Tints of Tory Blue #454E87
RGB
CMYK
RGB Variations
Color information
#454E87 (or 0x454E87) is known color: Tory Blue. HEX triplet: 45, 4E and 87. RGB value is (69,78,135). Sum of RGB (Red+Green+Blue) = 69+78+135=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #454E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E87 is #BAB178. Grayscale: #515151. Windows color (decimal): -12235129 or 8867397. OLE color: 8867397.
HSL color Cylindrical-coordinate representation of color #454E87: hue angle of 231.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454E87 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 78 | 135 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.47 |
| HSL | 231.82º | 0.32% | 0.4% | - |
| HSV(B) | 231.82º | 0.49% | 0.53% | - |
| XYZ | 9.55 | 8.46 | 24.05 | - |
| YUV | 81.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 135 | 0.49 | 0.42 | 0 | 0.47 | 231.82 | 0.32 | 0.4 |
| Hex | 45 | 4E | 87 | 31 | 2A | 0 | 2F | E8 | 20 | 28 |
| Octal | 105 | 116 | 207 | 61 | 52 | 0 | 57 | 350 | 40 | 50 |
| Binary | 1000101 | 1001110 | 10000111 | 110001 | 101010 | 0 | 101111 | 11101000 | 100000 | 101000 |
Color Harmonies of #454E87
Complementary color
Monochromatic Colors of #454E87
Black with #454E87
Text Example
Text Example
White with #454E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E87; }
p { color: rgb(69,78,135); }
H1.HeaderClassName
{
color: #454E87;
}
.AnyTagClassName
{
color: #454E87;
}
</style>
background-color css
<style>
a { background-color: #454E87; }
a { background-color: rgb(69,78,135); }
div.DivClassName
{
background-color: #454E87;
}
.BgClassName
{
background-color: #454E87;
}
</style>
border-color css
<style>
span { border-color: #454E87; }
span { border-color: rgb(69,78,135); }
td.TdClassName
{
border-color: #454E87;
}
.TagClassName
{
border-color: #454E87;
}
</style>