Shades of Tory Blue #465B8D
Tints of Tory Blue #465B8D
RGB
CMYK
RGB Variations
Color information
#465B8D (or 0x465B8D) is known color: Tory Blue. HEX triplet: 46, 5B and 8D. RGB value is (70,91,141). Sum of RGB (Red+Green+Blue) = 70+91+141=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #465B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B8D is #B9A472. Grayscale: #5A5A5A. Windows color (decimal): -12166259 or 9263942. OLE color: 9263942.
HSL color Cylindrical-coordinate representation of color #465B8D: hue angle of 222.25º 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 #465B8D is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 91 | 141 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.45 |
| HSL | 222.25º | 0.34% | 0.41% | - |
| HSV(B) | 222.25º | 0.5% | 0.55% | - |
| XYZ | 11.07 | 10.71 | 26.68 | - |
| YUV | 90.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 141 | 0.50 | 0.35 | 0 | 0.45 | 222.25 | 0.34 | 0.41 |
| Hex | 46 | 5B | 8D | 32 | 23 | 0 | 2D | DE | 22 | 29 |
| Octal | 106 | 133 | 215 | 62 | 43 | 0 | 55 | 336 | 42 | 51 |
| Binary | 1000110 | 1011011 | 10001101 | 110010 | 100011 | 0 | 101101 | 11011110 | 100010 | 101001 |
Color Harmonies of #465B8D
Complementary color
Monochromatic Colors of #465B8D
Black with #465B8D
Text Example
Text Example
White with #465B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B8D; }
p { color: rgb(70,91,141); }
H1.HeaderClassName
{
color: #465B8D;
}
.AnyTagClassName
{
color: #465B8D;
}
</style>
background-color css
<style>
a { background-color: #465B8D; }
a { background-color: rgb(70,91,141); }
div.DivClassName
{
background-color: #465B8D;
}
.BgClassName
{
background-color: #465B8D;
}
</style>
border-color css
<style>
span { border-color: #465B8D; }
span { border-color: rgb(70,91,141); }
td.TdClassName
{
border-color: #465B8D;
}
.TagClassName
{
border-color: #465B8D;
}
</style>