Shades of Tory Blue #465888
Tints of Tory Blue #465888
RGB
CMYK
RGB Variations
Color information
#465888 (or 0x465888) is known color: Tory Blue. HEX triplet: 46, 58 and 88. RGB value is (70,88,136). Sum of RGB (Red+Green+Blue) = 70+88+136=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #465888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465888 is #B9A777. Grayscale: #575757. Windows color (decimal): -12167032 or 8935494. OLE color: 8935494.
HSL color Cylindrical-coordinate representation of color #465888: hue angle of 223.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465888 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 88 | 136 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.47 |
| HSL | 223.64º | 0.32% | 0.4% | - |
| HSV(B) | 223.64º | 0.49% | 0.53% | - |
| XYZ | 10.46 | 10.06 | 24.68 | - |
| YUV | 88.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 136 | 0.49 | 0.35 | 0 | 0.47 | 223.64 | 0.32 | 0.4 |
| Hex | 46 | 58 | 88 | 31 | 23 | 0 | 2F | E0 | 20 | 28 |
| Octal | 106 | 130 | 210 | 61 | 43 | 0 | 57 | 340 | 40 | 50 |
| Binary | 1000110 | 1011000 | 10001000 | 110001 | 100011 | 0 | 101111 | 11100000 | 100000 | 101000 |
Color Harmonies of #465888
Complementary color
Monochromatic Colors of #465888
Black with #465888
Text Example
Text Example
White with #465888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465888; }
p { color: rgb(70,88,136); }
H1.HeaderClassName
{
color: #465888;
}
.AnyTagClassName
{
color: #465888;
}
</style>
background-color css
<style>
a { background-color: #465888; }
a { background-color: rgb(70,88,136); }
div.DivClassName
{
background-color: #465888;
}
.BgClassName
{
background-color: #465888;
}
</style>
border-color css
<style>
span { border-color: #465888; }
span { border-color: rgb(70,88,136); }
td.TdClassName
{
border-color: #465888;
}
.TagClassName
{
border-color: #465888;
}
</style>