Shades of Tory Blue #46548B
Tints of Tory Blue #46548B
RGB
CMYK
RGB Variations
Color information
#46548B (or 0x46548B) is known color: Tory Blue. HEX triplet: 46, 54 and 8B. RGB value is (70,84,139). Sum of RGB (Red+Green+Blue) = 70+84+139=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #46548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46548B is #B9AB74. Grayscale: #555555. Windows color (decimal): -12168053 or 9131078. OLE color: 9131078.
HSL color Cylindrical-coordinate representation of color #46548B: hue angle of 227.83º 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 #46548B is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 84 | 139 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.45 |
| HSL | 227.83º | 0.33% | 0.41% | - |
| HSV(B) | 227.83º | 0.5% | 0.55% | - |
| XYZ | 10.36 | 9.51 | 25.72 | - |
| YUV | 86.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 139 | 0.50 | 0.40 | 0 | 0.45 | 227.83 | 0.33 | 0.41 |
| Hex | 46 | 54 | 8B | 32 | 28 | 0 | 2D | E4 | 21 | 29 |
| Octal | 106 | 124 | 213 | 62 | 50 | 0 | 55 | 344 | 41 | 51 |
| Binary | 1000110 | 1010100 | 10001011 | 110010 | 101000 | 0 | 101101 | 11100100 | 100001 | 101001 |
Color Harmonies of #46548B
Complementary color
Monochromatic Colors of #46548B
Black with #46548B
Text Example
Text Example
White with #46548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46548B; }
p { color: rgb(70,84,139); }
H1.HeaderClassName
{
color: #46548B;
}
.AnyTagClassName
{
color: #46548B;
}
</style>
background-color css
<style>
a { background-color: #46548B; }
a { background-color: rgb(70,84,139); }
div.DivClassName
{
background-color: #46548B;
}
.BgClassName
{
background-color: #46548B;
}
</style>
border-color css
<style>
span { border-color: #46548B; }
span { border-color: rgb(70,84,139); }
td.TdClassName
{
border-color: #46548B;
}
.TagClassName
{
border-color: #46548B;
}
</style>