Shades of Tory Blue #455B8C
Tints of Tory Blue #455B8C
RGB
CMYK
RGB Variations
Color information
#455B8C (or 0x455B8C) is known color: Tory Blue. HEX triplet: 45, 5B and 8C. RGB value is (69,91,140). Sum of RGB (Red+Green+Blue) = 69+91+140=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #455B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B8C is #BAA473. Grayscale: #595959. Windows color (decimal): -12231796 or 9198405. OLE color: 9198405.
HSL color Cylindrical-coordinate representation of color #455B8C: hue angle of 221.41º 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 #455B8C is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 91 | 140 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.45 |
| HSL | 221.41º | 0.34% | 0.41% | - |
| HSV(B) | 221.41º | 0.51% | 0.55% | - |
| XYZ | 10.93 | 10.64 | 26.29 | - |
| YUV | 90.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 140 | 0.51 | 0.35 | 0 | 0.45 | 221.41 | 0.34 | 0.41 |
| Hex | 45 | 5B | 8C | 33 | 23 | 0 | 2D | DD | 22 | 29 |
| Octal | 105 | 133 | 214 | 63 | 43 | 0 | 55 | 335 | 42 | 51 |
| Binary | 1000101 | 1011011 | 10001100 | 110011 | 100011 | 0 | 101101 | 11011101 | 100010 | 101001 |
Color Harmonies of #455B8C
Complementary color
Monochromatic Colors of #455B8C
Black with #455B8C
Text Example
Text Example
White with #455B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B8C; }
p { color: rgb(69,91,140); }
H1.HeaderClassName
{
color: #455B8C;
}
.AnyTagClassName
{
color: #455B8C;
}
</style>
background-color css
<style>
a { background-color: #455B8C; }
a { background-color: rgb(69,91,140); }
div.DivClassName
{
background-color: #455B8C;
}
.BgClassName
{
background-color: #455B8C;
}
</style>
border-color css
<style>
span { border-color: #455B8C; }
span { border-color: rgb(69,91,140); }
td.TdClassName
{
border-color: #455B8C;
}
.TagClassName
{
border-color: #455B8C;
}
</style>