Shades of Tory Blue #465787
Tints of Tory Blue #465787
RGB
CMYK
RGB Variations
Color information
#465787 (or 0x465787) is known color: Tory Blue. HEX triplet: 46, 57 and 87. RGB value is (70,87,135). Sum of RGB (Red+Green+Blue) = 70+87+135=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #465787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465787 is #B9A878. Grayscale: #575757. Windows color (decimal): -12167289 or 8869702. OLE color: 8869702.
HSL color Cylindrical-coordinate representation of color #465787: hue angle of 224.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465787 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 87 | 135 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.47 |
| HSL | 224.31º | 0.32% | 0.4% | - |
| HSV(B) | 224.31º | 0.48% | 0.53% | - |
| XYZ | 10.31 | 9.87 | 24.28 | - |
| YUV | 87.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 135 | 0.48 | 0.36 | 0 | 0.47 | 224.31 | 0.32 | 0.4 |
| Hex | 46 | 57 | 87 | 30 | 24 | 0 | 2F | E0 | 20 | 28 |
| Octal | 106 | 127 | 207 | 60 | 44 | 0 | 57 | 340 | 40 | 50 |
| Binary | 1000110 | 1010111 | 10000111 | 110000 | 100100 | 0 | 101111 | 11100000 | 100000 | 101000 |
Color Harmonies of #465787
Complementary color
Monochromatic Colors of #465787
Black with #465787
Text Example
Text Example
White with #465787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465787; }
p { color: rgb(70,87,135); }
H1.HeaderClassName
{
color: #465787;
}
.AnyTagClassName
{
color: #465787;
}
</style>
background-color css
<style>
a { background-color: #465787; }
a { background-color: rgb(70,87,135); }
div.DivClassName
{
background-color: #465787;
}
.BgClassName
{
background-color: #465787;
}
</style>
border-color css
<style>
span { border-color: #465787; }
span { border-color: rgb(70,87,135); }
td.TdClassName
{
border-color: #465787;
}
.TagClassName
{
border-color: #465787;
}
</style>