Shades of Tory Blue #465389
Tints of Tory Blue #465389
RGB
CMYK
RGB Variations
Color information
#465389 (or 0x465389) is known color: Tory Blue. HEX triplet: 46, 53 and 89. RGB value is (70,83,137). Sum of RGB (Red+Green+Blue) = 70+83+137=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #465389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465389 is #B9AC76. Grayscale: #555555. Windows color (decimal): -12168311 or 8999750. OLE color: 8999750.
HSL color Cylindrical-coordinate representation of color #465389: hue angle of 228.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465389 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 83 | 137 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.46 |
| HSL | 228.36º | 0.32% | 0.41% | - |
| HSV(B) | 228.36º | 0.49% | 0.54% | - |
| XYZ | 10.13 | 9.29 | 24.93 | - |
| YUV | 85.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 137 | 0.49 | 0.39 | 0 | 0.46 | 228.36 | 0.32 | 0.41 |
| Hex | 46 | 53 | 89 | 31 | 27 | 0 | 2E | E4 | 20 | 29 |
| Octal | 106 | 123 | 211 | 61 | 47 | 0 | 56 | 344 | 40 | 51 |
| Binary | 1000110 | 1010011 | 10001001 | 110001 | 100111 | 0 | 101110 | 11100100 | 100000 | 101001 |
Color Harmonies of #465389
Complementary color
Monochromatic Colors of #465389
Black with #465389
Text Example
Text Example
White with #465389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465389; }
p { color: rgb(70,83,137); }
H1.HeaderClassName
{
color: #465389;
}
.AnyTagClassName
{
color: #465389;
}
</style>
background-color css
<style>
a { background-color: #465389; }
a { background-color: rgb(70,83,137); }
div.DivClassName
{
background-color: #465389;
}
.BgClassName
{
background-color: #465389;
}
</style>
border-color css
<style>
span { border-color: #465389; }
span { border-color: rgb(70,83,137); }
td.TdClassName
{
border-color: #465389;
}
.TagClassName
{
border-color: #465389;
}
</style>