Shades of Tory Blue #46518A
Tints of Tory Blue #46518A
RGB
CMYK
RGB Variations
Color information
#46518A (or 0x46518A) is known color: Tory Blue. HEX triplet: 46, 51 and 8A. RGB value is (70,81,138). Sum of RGB (Red+Green+Blue) = 70+81+138=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #46518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46518A is #B9AE75. Grayscale: #535353. Windows color (decimal): -12168822 or 9064774. OLE color: 9064774.
HSL color Cylindrical-coordinate representation of color #46518A: hue angle of 230.29º 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 #46518A is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 81 | 138 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.46 |
| HSL | 230.29º | 0.33% | 0.41% | - |
| HSV(B) | 230.29º | 0.49% | 0.54% | - |
| XYZ | 10.06 | 9.02 | 25.26 | - |
| YUV | 84.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 138 | 0.49 | 0.41 | 0 | 0.46 | 230.29 | 0.33 | 0.41 |
| Hex | 46 | 51 | 8A | 31 | 29 | 0 | 2E | E6 | 21 | 29 |
| Octal | 106 | 121 | 212 | 61 | 51 | 0 | 56 | 346 | 41 | 51 |
| Binary | 1000110 | 1010001 | 10001010 | 110001 | 101001 | 0 | 101110 | 11100110 | 100001 | 101001 |
Color Harmonies of #46518A
Complementary color
Monochromatic Colors of #46518A
Black with #46518A
Text Example
Text Example
White with #46518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46518A; }
p { color: rgb(70,81,138); }
H1.HeaderClassName
{
color: #46518A;
}
.AnyTagClassName
{
color: #46518A;
}
</style>
background-color css
<style>
a { background-color: #46518A; }
a { background-color: rgb(70,81,138); }
div.DivClassName
{
background-color: #46518A;
}
.BgClassName
{
background-color: #46518A;
}
</style>
border-color css
<style>
span { border-color: #46518A; }
span { border-color: rgb(70,81,138); }
td.TdClassName
{
border-color: #46518A;
}
.TagClassName
{
border-color: #46518A;
}
</style>