Shades of Tory Blue #46518C
Tints of Tory Blue #46518C
RGB
CMYK
RGB Variations
Color information
#46518C (or 0x46518C) is known color: Tory Blue. HEX triplet: 46, 51 and 8C. RGB value is (70,81,140). Sum of RGB (Red+Green+Blue) = 70+81+140=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #46518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46518C is #B9AE73. Grayscale: #545454. Windows color (decimal): -12168820 or 9195846. OLE color: 9195846.
HSL color Cylindrical-coordinate representation of color #46518C: hue angle of 230.57º 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 #46518C is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 81 | 140 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.45 |
| HSL | 230.57º | 0.33% | 0.41% | - |
| HSV(B) | 230.57º | 0.5% | 0.55% | - |
| XYZ | 10.2 | 9.08 | 26.03 | - |
| YUV | 84.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 140 | 0.50 | 0.42 | 0 | 0.45 | 230.57 | 0.33 | 0.41 |
| Hex | 46 | 51 | 8C | 32 | 2A | 0 | 2D | E7 | 21 | 29 |
| Octal | 106 | 121 | 214 | 62 | 52 | 0 | 55 | 347 | 41 | 51 |
| Binary | 1000110 | 1010001 | 10001100 | 110010 | 101010 | 0 | 101101 | 11100111 | 100001 | 101001 |
Color Harmonies of #46518C
Complementary color
Monochromatic Colors of #46518C
Black with #46518C
Text Example
Text Example
White with #46518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46518C; }
p { color: rgb(70,81,140); }
H1.HeaderClassName
{
color: #46518C;
}
.AnyTagClassName
{
color: #46518C;
}
</style>
background-color css
<style>
a { background-color: #46518C; }
a { background-color: rgb(70,81,140); }
div.DivClassName
{
background-color: #46518C;
}
.BgClassName
{
background-color: #46518C;
}
</style>
border-color css
<style>
span { border-color: #46518C; }
span { border-color: rgb(70,81,140); }
td.TdClassName
{
border-color: #46518C;
}
.TagClassName
{
border-color: #46518C;
}
</style>