Shades of Tory Blue #464E85
Tints of Tory Blue #464E85
RGB
CMYK
RGB Variations
Color information
#464E85 (or 0x464E85) is known color: Tory Blue. HEX triplet: 46, 4E and 85. RGB value is (70,78,133). Sum of RGB (Red+Green+Blue) = 70+78+133=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #464E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E85 is #B9B17A. Grayscale: #515151. Windows color (decimal): -12169595 or 8736326. OLE color: 8736326.
HSL color Cylindrical-coordinate representation of color #464E85: hue angle of 232.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464E85 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 78 | 133 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.48 |
| HSL | 232.38º | 0.31% | 0.4% | - |
| HSV(B) | 232.38º | 0.47% | 0.52% | - |
| XYZ | 9.48 | 8.44 | 23.32 | - |
| YUV | 81.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 133 | 0.47 | 0.41 | 0 | 0.48 | 232.38 | 0.31 | 0.4 |
| Hex | 46 | 4E | 85 | 2F | 29 | 0 | 30 | E8 | 1F | 28 |
| Octal | 106 | 116 | 205 | 57 | 51 | 0 | 60 | 350 | 37 | 50 |
| Binary | 1000110 | 1001110 | 10000101 | 101111 | 101001 | 0 | 110000 | 11101000 | 11111 | 101000 |
Color Harmonies of #464E85
Complementary color
Monochromatic Colors of #464E85
Black with #464E85
Text Example
Text Example
White with #464E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E85; }
p { color: rgb(70,78,133); }
H1.HeaderClassName
{
color: #464E85;
}
.AnyTagClassName
{
color: #464E85;
}
</style>
background-color css
<style>
a { background-color: #464E85; }
a { background-color: rgb(70,78,133); }
div.DivClassName
{
background-color: #464E85;
}
.BgClassName
{
background-color: #464E85;
}
</style>
border-color css
<style>
span { border-color: #464E85; }
span { border-color: rgb(70,78,133); }
td.TdClassName
{
border-color: #464E85;
}
.TagClassName
{
border-color: #464E85;
}
</style>