Shades of Tory Blue #454F85
Tints of Tory Blue #454F85
RGB
CMYK
RGB Variations
Color information
#454F85 (or 0x454F85) is known color: Tory Blue. HEX triplet: 45, 4F and 85. RGB value is (69,79,133). Sum of RGB (Red+Green+Blue) = 69+79+133=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #454F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F85 is #BAB07A. Grayscale: #515151. Windows color (decimal): -12234875 or 8736581. OLE color: 8736581.
HSL color Cylindrical-coordinate representation of color #454F85: hue angle of 230.62º 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 #454F85 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 79 | 133 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.48 |
| HSL | 230.63º | 0.32% | 0.4% | - |
| HSV(B) | 230.63º | 0.48% | 0.52% | - |
| XYZ | 9.48 | 8.55 | 23.34 | - |
| YUV | 82.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 133 | 0.48 | 0.41 | 0 | 0.48 | 230.63 | 0.32 | 0.4 |
| Hex | 45 | 4F | 85 | 30 | 29 | 0 | 30 | E7 | 20 | 28 |
| Octal | 105 | 117 | 205 | 60 | 51 | 0 | 60 | 347 | 40 | 50 |
| Binary | 1000101 | 1001111 | 10000101 | 110000 | 101001 | 0 | 110000 | 11100111 | 100000 | 101000 |
Color Harmonies of #454F85
Complementary color
Monochromatic Colors of #454F85
Black with #454F85
Text Example
Text Example
White with #454F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F85; }
p { color: rgb(69,79,133); }
H1.HeaderClassName
{
color: #454F85;
}
.AnyTagClassName
{
color: #454F85;
}
</style>
background-color css
<style>
a { background-color: #454F85; }
a { background-color: rgb(69,79,133); }
div.DivClassName
{
background-color: #454F85;
}
.BgClassName
{
background-color: #454F85;
}
</style>
border-color css
<style>
span { border-color: #454F85; }
span { border-color: rgb(69,79,133); }
td.TdClassName
{
border-color: #454F85;
}
.TagClassName
{
border-color: #454F85;
}
</style>