Shades of Tory Blue #464E88
Tints of Tory Blue #464E88
RGB
CMYK
RGB Variations
Color information
#464E88 (or 0x464E88) is known color: Tory Blue. HEX triplet: 46, 4E and 88. RGB value is (70,78,136). Sum of RGB (Red+Green+Blue) = 70+78+136=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #464E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E88 is #B9B177. Grayscale: #515151. Windows color (decimal): -12169592 or 8932934. OLE color: 8932934.
HSL color Cylindrical-coordinate representation of color #464E88: hue angle of 232.73º 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 #464E88 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 78 | 136 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.47 |
| HSL | 232.73º | 0.32% | 0.4% | - |
| HSV(B) | 232.73º | 0.49% | 0.53% | - |
| XYZ | 9.69 | 8.53 | 24.43 | - |
| YUV | 82.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 136 | 0.49 | 0.43 | 0 | 0.47 | 232.73 | 0.32 | 0.4 |
| Hex | 46 | 4E | 88 | 31 | 2B | 0 | 2F | E9 | 20 | 28 |
| Octal | 106 | 116 | 210 | 61 | 53 | 0 | 57 | 351 | 40 | 50 |
| Binary | 1000110 | 1001110 | 10001000 | 110001 | 101011 | 0 | 101111 | 11101001 | 100000 | 101000 |
Color Harmonies of #464E88
Complementary color
Monochromatic Colors of #464E88
Black with #464E88
Text Example
Text Example
White with #464E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E88; }
p { color: rgb(70,78,136); }
H1.HeaderClassName
{
color: #464E88;
}
.AnyTagClassName
{
color: #464E88;
}
</style>
background-color css
<style>
a { background-color: #464E88; }
a { background-color: rgb(70,78,136); }
div.DivClassName
{
background-color: #464E88;
}
.BgClassName
{
background-color: #464E88;
}
</style>
border-color css
<style>
span { border-color: #464E88; }
span { border-color: rgb(70,78,136); }
td.TdClassName
{
border-color: #464E88;
}
.TagClassName
{
border-color: #464E88;
}
</style>