Shades of Tory Blue #46508B
Tints of Tory Blue #46508B
RGB
CMYK
RGB Variations
Color information
#46508B (or 0x46508B) is known color: Tory Blue. HEX triplet: 46, 50 and 8B. RGB value is (70,80,139). Sum of RGB (Red+Green+Blue) = 70+80+139=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #46508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46508B is #B9AF74. Grayscale: #535353. Windows color (decimal): -12169077 or 9130054. OLE color: 9130054.
HSL color Cylindrical-coordinate representation of color #46508B: hue angle of 231.3º 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 #46508B is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 80 | 139 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.45 |
| HSL | 231.3º | 0.33% | 0.41% | - |
| HSV(B) | 231.3º | 0.5% | 0.55% | - |
| XYZ | 10.05 | 8.9 | 25.61 | - |
| YUV | 83.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 139 | 0.50 | 0.42 | 0 | 0.45 | 231.3 | 0.33 | 0.41 |
| Hex | 46 | 50 | 8B | 32 | 2A | 0 | 2D | E7 | 21 | 29 |
| Octal | 106 | 120 | 213 | 62 | 52 | 0 | 55 | 347 | 41 | 51 |
| Binary | 1000110 | 1010000 | 10001011 | 110010 | 101010 | 0 | 101101 | 11100111 | 100001 | 101001 |
Color Harmonies of #46508B
Complementary color
Monochromatic Colors of #46508B
Black with #46508B
Text Example
Text Example
White with #46508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46508B; }
p { color: rgb(70,80,139); }
H1.HeaderClassName
{
color: #46508B;
}
.AnyTagClassName
{
color: #46508B;
}
</style>
background-color css
<style>
a { background-color: #46508B; }
a { background-color: rgb(70,80,139); }
div.DivClassName
{
background-color: #46508B;
}
.BgClassName
{
background-color: #46508B;
}
</style>
border-color css
<style>
span { border-color: #46508B; }
span { border-color: rgb(70,80,139); }
td.TdClassName
{
border-color: #46508B;
}
.TagClassName
{
border-color: #46508B;
}
</style>