Shades of Tory Blue #46568E
Tints of Tory Blue #46568E
RGB
CMYK
RGB Variations
Color information
#46568E (or 0x46568E) is known color: Tory Blue. HEX triplet: 46, 56 and 8E. RGB value is (70,86,142). Sum of RGB (Red+Green+Blue) = 70+86+142=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #46568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46568E is #B9A971. Grayscale: #575757. Windows color (decimal): -12167538 or 9328198. OLE color: 9328198.
HSL color Cylindrical-coordinate representation of color #46568E: hue angle of 226.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46568E is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 86 | 142 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.44 |
| HSL | 226.67º | 0.34% | 0.42% | - |
| HSV(B) | 226.67º | 0.51% | 0.56% | - |
| XYZ | 10.74 | 9.91 | 26.94 | - |
| YUV | 87.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 142 | 0.51 | 0.39 | 0 | 0.44 | 226.67 | 0.34 | 0.42 |
| Hex | 46 | 56 | 8E | 33 | 27 | 0 | 2C | E3 | 22 | 2A |
| Octal | 106 | 126 | 216 | 63 | 47 | 0 | 54 | 343 | 42 | 52 |
| Binary | 1000110 | 1010110 | 10001110 | 110011 | 100111 | 0 | 101100 | 11100011 | 100010 | 101010 |
Color Harmonies of #46568E
Complementary color
Monochromatic Colors of #46568E
Black with #46568E
Text Example
Text Example
White with #46568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46568E; }
p { color: rgb(70,86,142); }
H1.HeaderClassName
{
color: #46568E;
}
.AnyTagClassName
{
color: #46568E;
}
</style>
background-color css
<style>
a { background-color: #46568E; }
a { background-color: rgb(70,86,142); }
div.DivClassName
{
background-color: #46568E;
}
.BgClassName
{
background-color: #46568E;
}
</style>
border-color css
<style>
span { border-color: #46568E; }
span { border-color: rgb(70,86,142); }
td.TdClassName
{
border-color: #46568E;
}
.TagClassName
{
border-color: #46568E;
}
</style>