Shades of Tory Blue #46598D
Tints of Tory Blue #46598D
RGB
CMYK
RGB Variations
Color information
#46598D (or 0x46598D) is known color: Tory Blue. HEX triplet: 46, 59 and 8D. RGB value is (70,89,141). Sum of RGB (Red+Green+Blue) = 70+89+141=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #46598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46598D is #B9A672. Grayscale: #595959. Windows color (decimal): -12166771 or 9263430. OLE color: 9263430.
HSL color Cylindrical-coordinate representation of color #46598D: hue angle of 223.94º 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 #46598D is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 89 | 141 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.45 |
| HSL | 223.94º | 0.34% | 0.41% | - |
| HSV(B) | 223.94º | 0.5% | 0.55% | - |
| XYZ | 10.91 | 10.37 | 26.63 | - |
| YUV | 89.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 141 | 0.50 | 0.37 | 0 | 0.45 | 223.94 | 0.34 | 0.41 |
| Hex | 46 | 59 | 8D | 32 | 25 | 0 | 2D | E0 | 22 | 29 |
| Octal | 106 | 131 | 215 | 62 | 45 | 0 | 55 | 340 | 42 | 51 |
| Binary | 1000110 | 1011001 | 10001101 | 110010 | 100101 | 0 | 101101 | 11100000 | 100010 | 101001 |
Color Harmonies of #46598D
Complementary color
Monochromatic Colors of #46598D
Black with #46598D
Text Example
Text Example
White with #46598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46598D; }
p { color: rgb(70,89,141); }
H1.HeaderClassName
{
color: #46598D;
}
.AnyTagClassName
{
color: #46598D;
}
</style>
background-color css
<style>
a { background-color: #46598D; }
a { background-color: rgb(70,89,141); }
div.DivClassName
{
background-color: #46598D;
}
.BgClassName
{
background-color: #46598D;
}
</style>
border-color css
<style>
span { border-color: #46598D; }
span { border-color: rgb(70,89,141); }
td.TdClassName
{
border-color: #46598D;
}
.TagClassName
{
border-color: #46598D;
}
</style>