Shades of Tory Blue #46588B
Tints of Tory Blue #46588B
RGB
CMYK
RGB Variations
Color information
#46588B (or 0x46588B) is known color: Tory Blue. HEX triplet: 46, 58 and 8B. RGB value is (70,88,139). Sum of RGB (Red+Green+Blue) = 70+88+139=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #46588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46588B is #B9A774. Grayscale: #585858. Windows color (decimal): -12167029 or 9132102. OLE color: 9132102.
HSL color Cylindrical-coordinate representation of color #46588B: hue angle of 224.35º 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 #46588B is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 88 | 139 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.45 |
| HSL | 224.35º | 0.33% | 0.41% | - |
| HSV(B) | 224.35º | 0.5% | 0.55% | - |
| XYZ | 10.68 | 10.15 | 25.82 | - |
| YUV | 88.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 139 | 0.50 | 0.37 | 0 | 0.45 | 224.35 | 0.33 | 0.41 |
| Hex | 46 | 58 | 8B | 32 | 25 | 0 | 2D | E0 | 21 | 29 |
| Octal | 106 | 130 | 213 | 62 | 45 | 0 | 55 | 340 | 41 | 51 |
| Binary | 1000110 | 1011000 | 10001011 | 110010 | 100101 | 0 | 101101 | 11100000 | 100001 | 101001 |
Color Harmonies of #46588B
Complementary color
Monochromatic Colors of #46588B
Black with #46588B
Text Example
Text Example
White with #46588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46588B; }
p { color: rgb(70,88,139); }
H1.HeaderClassName
{
color: #46588B;
}
.AnyTagClassName
{
color: #46588B;
}
</style>
background-color css
<style>
a { background-color: #46588B; }
a { background-color: rgb(70,88,139); }
div.DivClassName
{
background-color: #46588B;
}
.BgClassName
{
background-color: #46588B;
}
</style>
border-color css
<style>
span { border-color: #46588B; }
span { border-color: rgb(70,88,139); }
td.TdClassName
{
border-color: #46588B;
}
.TagClassName
{
border-color: #46588B;
}
</style>