Shades of Tory Blue #454F8C
Tints of Tory Blue #454F8C
RGB
CMYK
RGB Variations
Color information
#454F8C (or 0x454F8C) is known color: Tory Blue. HEX triplet: 45, 4F and 8C. RGB value is (69,79,140). Sum of RGB (Red+Green+Blue) = 69+79+140=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #454F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F8C is #BAB073. Grayscale: #525252. Windows color (decimal): -12234868 or 9195333. OLE color: 9195333.
HSL color Cylindrical-coordinate representation of color #454F8C: hue angle of 231.55º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #454F8C is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 79 | 140 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.45 |
| HSL | 231.55º | 0.34% | 0.41% | - |
| HSV(B) | 231.55º | 0.51% | 0.55% | - |
| XYZ | 9.98 | 8.75 | 25.97 | - |
| YUV | 82.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 140 | 0.51 | 0.44 | 0 | 0.45 | 231.55 | 0.34 | 0.41 |
| Hex | 45 | 4F | 8C | 33 | 2C | 0 | 2D | E8 | 22 | 29 |
| Octal | 105 | 117 | 214 | 63 | 54 | 0 | 55 | 350 | 42 | 51 |
| Binary | 1000101 | 1001111 | 10001100 | 110011 | 101100 | 0 | 101101 | 11101000 | 100010 | 101001 |
Color Harmonies of #454F8C
Complementary color
Monochromatic Colors of #454F8C
Black with #454F8C
Text Example
Text Example
White with #454F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F8C; }
p { color: rgb(69,79,140); }
H1.HeaderClassName
{
color: #454F8C;
}
.AnyTagClassName
{
color: #454F8C;
}
</style>
background-color css
<style>
a { background-color: #454F8C; }
a { background-color: rgb(69,79,140); }
div.DivClassName
{
background-color: #454F8C;
}
.BgClassName
{
background-color: #454F8C;
}
</style>
border-color css
<style>
span { border-color: #454F8C; }
span { border-color: rgb(69,79,140); }
td.TdClassName
{
border-color: #454F8C;
}
.TagClassName
{
border-color: #454F8C;
}
</style>