Shades of Tory Blue #455386
Tints of Tory Blue #455386
RGB
CMYK
RGB Variations
Color information
#455386 (or 0x455386) is known color: Tory Blue. HEX triplet: 45, 53 and 86. RGB value is (69,83,134). Sum of RGB (Red+Green+Blue) = 69+83+134=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #455386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455386 is #BAAC79. Grayscale: #545454. Windows color (decimal): -12233850 or 8803141. OLE color: 8803141.
HSL color Cylindrical-coordinate representation of color #455386: hue angle of 227.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455386 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 83 | 134 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.47 |
| HSL | 227.08º | 0.32% | 0.4% | - |
| HSV(B) | 227.08º | 0.49% | 0.53% | - |
| XYZ | 9.85 | 9.17 | 23.81 | - |
| YUV | 84.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 134 | 0.49 | 0.38 | 0 | 0.47 | 227.08 | 0.32 | 0.4 |
| Hex | 45 | 53 | 86 | 31 | 26 | 0 | 2F | E3 | 20 | 28 |
| Octal | 105 | 123 | 206 | 61 | 46 | 0 | 57 | 343 | 40 | 50 |
| Binary | 1000101 | 1010011 | 10000110 | 110001 | 100110 | 0 | 101111 | 11100011 | 100000 | 101000 |
Color Harmonies of #455386
Complementary color
Monochromatic Colors of #455386
Black with #455386
Text Example
Text Example
White with #455386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455386; }
p { color: rgb(69,83,134); }
H1.HeaderClassName
{
color: #455386;
}
.AnyTagClassName
{
color: #455386;
}
</style>
background-color css
<style>
a { background-color: #455386; }
a { background-color: rgb(69,83,134); }
div.DivClassName
{
background-color: #455386;
}
.BgClassName
{
background-color: #455386;
}
</style>
border-color css
<style>
span { border-color: #455386; }
span { border-color: rgb(69,83,134); }
td.TdClassName
{
border-color: #455386;
}
.TagClassName
{
border-color: #455386;
}
</style>