Shades of Tory Blue #455A8A
Tints of Tory Blue #455A8A
RGB
CMYK
RGB Variations
Color information
#455A8A (or 0x455A8A) is known color: Tory Blue. HEX triplet: 45, 5A and 8A. RGB value is (69,90,138). Sum of RGB (Red+Green+Blue) = 69+90+138=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #455A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A8A is #BAA575. Grayscale: #585858. Windows color (decimal): -12232054 or 9067077. OLE color: 9067077.
HSL color Cylindrical-coordinate representation of color #455A8A: hue angle of 221.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455A8A is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 90 | 138 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.46 |
| HSL | 221.74º | 0.33% | 0.41% | - |
| HSV(B) | 221.74º | 0.5% | 0.54% | - |
| XYZ | 10.7 | 10.41 | 25.49 | - |
| YUV | 89.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 138 | 0.5 | 0.35 | 0 | 0.46 | 221.74 | 0.33 | 0.41 |
| Hex | 45 | 5A | 8A | 32 | 23 | 0 | 2E | DE | 21 | 29 |
| Octal | 105 | 132 | 212 | 62 | 43 | 0 | 56 | 336 | 41 | 51 |
| Binary | 1000101 | 1011010 | 10001010 | 110010 | 100011 | 0 | 101110 | 11011110 | 100001 | 101001 |
Color Harmonies of #455A8A
Complementary color
Monochromatic Colors of #455A8A
Black with #455A8A
Text Example
Text Example
White with #455A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A8A; }
p { color: rgb(69,90,138); }
H1.HeaderClassName
{
color: #455A8A;
}
.AnyTagClassName
{
color: #455A8A;
}
</style>
background-color css
<style>
a { background-color: #455A8A; }
a { background-color: rgb(69,90,138); }
div.DivClassName
{
background-color: #455A8A;
}
.BgClassName
{
background-color: #455A8A;
}
</style>
border-color css
<style>
span { border-color: #455A8A; }
span { border-color: rgb(69,90,138); }
td.TdClassName
{
border-color: #455A8A;
}
.TagClassName
{
border-color: #455A8A;
}
</style>