Shades of Tory Blue #404E97
Tints of Tory Blue #404E97
RGB
CMYK
RGB Variations
Color information
#404E97 (or 0x404E97) is known color: Tory Blue. HEX triplet: 40, 4E and 97. RGB value is (64,78,151). Sum of RGB (Red+Green+Blue) = 64+78+151=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #404E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E97 is #BFB168. Grayscale: #515151. Windows color (decimal): -12562793 or 9915968. OLE color: 9915968.
HSL color Cylindrical-coordinate representation of color #404E97: hue angle of 230.34º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404E97 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 78 | 151 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.41 |
| HSL | 230.34º | 0.4% | 0.42% | - |
| HSV(B) | 230.34º | 0.58% | 0.59% | - |
| XYZ | 10.42 | 8.77 | 30.42 | - |
| YUV | 82.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 151 | 0.58 | 0.48 | 0 | 0.41 | 230.34 | 0.4 | 0.42 |
| Hex | 40 | 4E | 97 | 3A | 30 | 0 | 29 | E6 | 28 | 2A |
| Octal | 100 | 116 | 227 | 72 | 60 | 0 | 51 | 346 | 50 | 52 |
| Binary | 1000000 | 1001110 | 10010111 | 111010 | 110000 | 0 | 101001 | 11100110 | 101000 | 101010 |
Color Harmonies of #404E97
Complementary color
Monochromatic Colors of #404E97
Black with #404E97
Text Example
Text Example
White with #404E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E97; }
p { color: rgb(64,78,151); }
H1.HeaderClassName
{
color: #404E97;
}
.AnyTagClassName
{
color: #404E97;
}
</style>
background-color css
<style>
a { background-color: #404E97; }
a { background-color: rgb(64,78,151); }
div.DivClassName
{
background-color: #404E97;
}
.BgClassName
{
background-color: #404E97;
}
</style>
border-color css
<style>
span { border-color: #404E97; }
span { border-color: rgb(64,78,151); }
td.TdClassName
{
border-color: #404E97;
}
.TagClassName
{
border-color: #404E97;
}
</style>