Shades of Tory Blue #455A8D
Tints of Tory Blue #455A8D
RGB
CMYK
RGB Variations
Color information
#455A8D (or 0x455A8D) is known color: Tory Blue. HEX triplet: 45, 5A and 8D. RGB value is (69,90,141). Sum of RGB (Red+Green+Blue) = 69+90+141=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #455A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A8D is #BAA572. Grayscale: #595959. Windows color (decimal): -12232051 or 9263685. OLE color: 9263685.
HSL color Cylindrical-coordinate representation of color #455A8D: hue angle of 222.5º 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 #455A8D is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 90 | 141 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.45 |
| HSL | 222.5º | 0.34% | 0.41% | - |
| HSV(B) | 222.5º | 0.51% | 0.55% | - |
| XYZ | 10.92 | 10.5 | 26.65 | - |
| YUV | 89.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 141 | 0.51 | 0.36 | 0 | 0.45 | 222.5 | 0.34 | 0.41 |
| Hex | 45 | 5A | 8D | 33 | 24 | 0 | 2D | DE | 22 | 29 |
| Octal | 105 | 132 | 215 | 63 | 44 | 0 | 55 | 336 | 42 | 51 |
| Binary | 1000101 | 1011010 | 10001101 | 110011 | 100100 | 0 | 101101 | 11011110 | 100010 | 101001 |
Color Harmonies of #455A8D
Complementary color
Monochromatic Colors of #455A8D
Black with #455A8D
Text Example
Text Example
White with #455A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A8D; }
p { color: rgb(69,90,141); }
H1.HeaderClassName
{
color: #455A8D;
}
.AnyTagClassName
{
color: #455A8D;
}
</style>
background-color css
<style>
a { background-color: #455A8D; }
a { background-color: rgb(69,90,141); }
div.DivClassName
{
background-color: #455A8D;
}
.BgClassName
{
background-color: #455A8D;
}
</style>
border-color css
<style>
span { border-color: #455A8D; }
span { border-color: rgb(69,90,141); }
td.TdClassName
{
border-color: #455A8D;
}
.TagClassName
{
border-color: #455A8D;
}
</style>