Shades of Tory Blue #465B8B
Tints of Tory Blue #465B8B
RGB
CMYK
RGB Variations
Color information
#465B8B (or 0x465B8B) is known color: Tory Blue. HEX triplet: 46, 5B and 8B. RGB value is (70,91,139). Sum of RGB (Red+Green+Blue) = 70+91+139=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #465B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B8B is #B9A474. Grayscale: #595959. Windows color (decimal): -12166261 or 9132870. OLE color: 9132870.
HSL color Cylindrical-coordinate representation of color #465B8B: hue angle of 221.74º degrees, saturation: 0.33, 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 #465B8B is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 91 | 139 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.45 |
| HSL | 221.74º | 0.33% | 0.41% | - |
| HSV(B) | 221.74º | 0.5% | 0.55% | - |
| XYZ | 10.93 | 10.65 | 25.91 | - |
| YUV | 90.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 139 | 0.50 | 0.35 | 0 | 0.45 | 221.74 | 0.33 | 0.41 |
| Hex | 46 | 5B | 8B | 32 | 23 | 0 | 2D | DE | 21 | 29 |
| Octal | 106 | 133 | 213 | 62 | 43 | 0 | 55 | 336 | 41 | 51 |
| Binary | 1000110 | 1011011 | 10001011 | 110010 | 100011 | 0 | 101101 | 11011110 | 100001 | 101001 |
Color Harmonies of #465B8B
Complementary color
Monochromatic Colors of #465B8B
Black with #465B8B
Text Example
Text Example
White with #465B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B8B; }
p { color: rgb(70,91,139); }
H1.HeaderClassName
{
color: #465B8B;
}
.AnyTagClassName
{
color: #465B8B;
}
</style>
background-color css
<style>
a { background-color: #465B8B; }
a { background-color: rgb(70,91,139); }
div.DivClassName
{
background-color: #465B8B;
}
.BgClassName
{
background-color: #465B8B;
}
</style>
border-color css
<style>
span { border-color: #465B8B; }
span { border-color: rgb(70,91,139); }
td.TdClassName
{
border-color: #465B8B;
}
.TagClassName
{
border-color: #465B8B;
}
</style>