Shades of Tory Blue #46558C
Tints of Tory Blue #46558C
RGB
CMYK
RGB Variations
Color information
#46558C (or 0x46558C) is known color: Tory Blue. HEX triplet: 46, 55 and 8C. RGB value is (70,85,140). Sum of RGB (Red+Green+Blue) = 70+85+140=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #46558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46558C is #B9AA73. Grayscale: #565656. Windows color (decimal): -12167796 or 9196870. OLE color: 9196870.
HSL color Cylindrical-coordinate representation of color #46558C: hue angle of 227.14º 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 #46558C is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 85 | 140 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.45 |
| HSL | 227.14º | 0.33% | 0.41% | - |
| HSV(B) | 227.14º | 0.5% | 0.55% | - |
| XYZ | 10.51 | 9.69 | 26.13 | - |
| YUV | 86.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 140 | 0.50 | 0.39 | 0 | 0.45 | 227.14 | 0.33 | 0.41 |
| Hex | 46 | 55 | 8C | 32 | 27 | 0 | 2D | E3 | 21 | 29 |
| Octal | 106 | 125 | 214 | 62 | 47 | 0 | 55 | 343 | 41 | 51 |
| Binary | 1000110 | 1010101 | 10001100 | 110010 | 100111 | 0 | 101101 | 11100011 | 100001 | 101001 |
Color Harmonies of #46558C
Complementary color
Monochromatic Colors of #46558C
Black with #46558C
Text Example
Text Example
White with #46558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46558C; }
p { color: rgb(70,85,140); }
H1.HeaderClassName
{
color: #46558C;
}
.AnyTagClassName
{
color: #46558C;
}
</style>
background-color css
<style>
a { background-color: #46558C; }
a { background-color: rgb(70,85,140); }
div.DivClassName
{
background-color: #46558C;
}
.BgClassName
{
background-color: #46558C;
}
</style>
border-color css
<style>
span { border-color: #46558C; }
span { border-color: rgb(70,85,140); }
td.TdClassName
{
border-color: #46558C;
}
.TagClassName
{
border-color: #46558C;
}
</style>