Shades of Tory Blue #404E96
Tints of Tory Blue #404E96
RGB
CMYK
RGB Variations
Color information
#404E96 (or 0x404E96) is known color: Tory Blue. HEX triplet: 40, 4E and 96. RGB value is (64,78,150). Sum of RGB (Red+Green+Blue) = 64+78+150=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #404E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E96 is #BFB169. Grayscale: #515151. Windows color (decimal): -12562794 or 9850432. OLE color: 9850432.
HSL color Cylindrical-coordinate representation of color #404E96: hue angle of 230.23º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404E96 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 78 | 150 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.41 |
| HSL | 230.23º | 0.4% | 0.42% | - |
| HSV(B) | 230.23º | 0.57% | 0.59% | - |
| XYZ | 10.34 | 8.74 | 30 | - |
| YUV | 82.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 150 | 0.57 | 0.48 | 0 | 0.41 | 230.23 | 0.4 | 0.42 |
| Hex | 40 | 4E | 96 | 39 | 30 | 0 | 29 | E6 | 28 | 2A |
| Octal | 100 | 116 | 226 | 71 | 60 | 0 | 51 | 346 | 50 | 52 |
| Binary | 1000000 | 1001110 | 10010110 | 111001 | 110000 | 0 | 101001 | 11100110 | 101000 | 101010 |
Color Harmonies of #404E96
Complementary color
Monochromatic Colors of #404E96
Black with #404E96
Text Example
Text Example
White with #404E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E96; }
p { color: rgb(64,78,150); }
H1.HeaderClassName
{
color: #404E96;
}
.AnyTagClassName
{
color: #404E96;
}
</style>
background-color css
<style>
a { background-color: #404E96; }
a { background-color: rgb(64,78,150); }
div.DivClassName
{
background-color: #404E96;
}
.BgClassName
{
background-color: #404E96;
}
</style>
border-color css
<style>
span { border-color: #404E96; }
span { border-color: rgb(64,78,150); }
td.TdClassName
{
border-color: #404E96;
}
.TagClassName
{
border-color: #404E96;
}
</style>