Shades of Tory Blue #46548A
Tints of Tory Blue #46548A
RGB
CMYK
RGB Variations
Color information
#46548A (or 0x46548A) is known color: Tory Blue. HEX triplet: 46, 54 and 8A. RGB value is (70,84,138). Sum of RGB (Red+Green+Blue) = 70+84+138=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #46548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46548A is #B9AB75. Grayscale: #555555. Windows color (decimal): -12168054 or 9065542. OLE color: 9065542.
HSL color Cylindrical-coordinate representation of color #46548A: hue angle of 227.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46548A is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 84 | 138 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.46 |
| HSL | 227.65º | 0.33% | 0.41% | - |
| HSV(B) | 227.65º | 0.49% | 0.54% | - |
| XYZ | 10.28 | 9.48 | 25.33 | - |
| YUV | 85.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 138 | 0.49 | 0.39 | 0 | 0.46 | 227.65 | 0.33 | 0.41 |
| Hex | 46 | 54 | 8A | 31 | 27 | 0 | 2E | E4 | 21 | 29 |
| Octal | 106 | 124 | 212 | 61 | 47 | 0 | 56 | 344 | 41 | 51 |
| Binary | 1000110 | 1010100 | 10001010 | 110001 | 100111 | 0 | 101110 | 11100100 | 100001 | 101001 |
Color Harmonies of #46548A
Complementary color
Monochromatic Colors of #46548A
Black with #46548A
Text Example
Text Example
White with #46548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46548A; }
p { color: rgb(70,84,138); }
H1.HeaderClassName
{
color: #46548A;
}
.AnyTagClassName
{
color: #46548A;
}
</style>
background-color css
<style>
a { background-color: #46548A; }
a { background-color: rgb(70,84,138); }
div.DivClassName
{
background-color: #46548A;
}
.BgClassName
{
background-color: #46548A;
}
</style>
border-color css
<style>
span { border-color: #46548A; }
span { border-color: rgb(70,84,138); }
td.TdClassName
{
border-color: #46548A;
}
.TagClassName
{
border-color: #46548A;
}
</style>