Shades of Tory Blue #46548D
Tints of Tory Blue #46548D
RGB
CMYK
RGB Variations
Color information
#46548D (or 0x46548D) is known color: Tory Blue. HEX triplet: 46, 54 and 8D. RGB value is (70,84,141). Sum of RGB (Red+Green+Blue) = 70+84+141=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #46548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46548D is #B9AB72. Grayscale: #565656. Windows color (decimal): -12168051 or 9262150. OLE color: 9262150.
HSL color Cylindrical-coordinate representation of color #46548D: hue angle of 228.17º 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 #46548D is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 84 | 141 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.45 |
| HSL | 228.17º | 0.34% | 0.41% | - |
| HSV(B) | 228.17º | 0.5% | 0.55% | - |
| XYZ | 10.5 | 9.57 | 26.49 | - |
| YUV | 86.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 141 | 0.50 | 0.40 | 0 | 0.45 | 228.17 | 0.34 | 0.41 |
| Hex | 46 | 54 | 8D | 32 | 28 | 0 | 2D | E4 | 22 | 29 |
| Octal | 106 | 124 | 215 | 62 | 50 | 0 | 55 | 344 | 42 | 51 |
| Binary | 1000110 | 1010100 | 10001101 | 110010 | 101000 | 0 | 101101 | 11100100 | 100010 | 101001 |
Color Harmonies of #46548D
Complementary color
Monochromatic Colors of #46548D
Black with #46548D
Text Example
Text Example
White with #46548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46548D; }
p { color: rgb(70,84,141); }
H1.HeaderClassName
{
color: #46548D;
}
.AnyTagClassName
{
color: #46548D;
}
</style>
background-color css
<style>
a { background-color: #46548D; }
a { background-color: rgb(70,84,141); }
div.DivClassName
{
background-color: #46548D;
}
.BgClassName
{
background-color: #46548D;
}
</style>
border-color css
<style>
span { border-color: #46548D; }
span { border-color: rgb(70,84,141); }
td.TdClassName
{
border-color: #46548D;
}
.TagClassName
{
border-color: #46548D;
}
</style>