Shades of Tory Blue #455A8B
Tints of Tory Blue #455A8B
RGB
CMYK
RGB Variations
Color information
#455A8B (or 0x455A8B) is known color: Tory Blue. HEX triplet: 45, 5A and 8B. RGB value is (69,90,139). Sum of RGB (Red+Green+Blue) = 69+90+139=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #455A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A8B is #BAA574. Grayscale: #595959. Windows color (decimal): -12232053 or 9132613. OLE color: 9132613.
HSL color Cylindrical-coordinate representation of color #455A8B: hue angle of 222º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455A8B is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 90 | 139 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.45 |
| HSL | 222º | 0.34% | 0.41% | - |
| HSV(B) | 222º | 0.5% | 0.55% | - |
| XYZ | 10.77 | 10.44 | 25.87 | - |
| YUV | 89.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 139 | 0.50 | 0.35 | 0 | 0.45 | 222 | 0.34 | 0.41 |
| Hex | 45 | 5A | 8B | 32 | 23 | 0 | 2D | DE | 22 | 29 |
| Octal | 105 | 132 | 213 | 62 | 43 | 0 | 55 | 336 | 42 | 51 |
| Binary | 1000101 | 1011010 | 10001011 | 110010 | 100011 | 0 | 101101 | 11011110 | 100010 | 101001 |
Color Harmonies of #455A8B
Complementary color
Monochromatic Colors of #455A8B
Black with #455A8B
Text Example
Text Example
White with #455A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A8B; }
p { color: rgb(69,90,139); }
H1.HeaderClassName
{
color: #455A8B;
}
.AnyTagClassName
{
color: #455A8B;
}
</style>
background-color css
<style>
a { background-color: #455A8B; }
a { background-color: rgb(69,90,139); }
div.DivClassName
{
background-color: #455A8B;
}
.BgClassName
{
background-color: #455A8B;
}
</style>
border-color css
<style>
span { border-color: #455A8B; }
span { border-color: rgb(69,90,139); }
td.TdClassName
{
border-color: #455A8B;
}
.TagClassName
{
border-color: #455A8B;
}
</style>