Shades of Tory Blue #404E93
Tints of Tory Blue #404E93
RGB
CMYK
RGB Variations
Color information
#404E93 (or 0x404E93) is known color: Tory Blue. HEX triplet: 40, 4E and 93. RGB value is (64,78,147). Sum of RGB (Red+Green+Blue) = 64+78+147=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #404E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E93 is #BFB16C. Grayscale: #515151. Windows color (decimal): -12562797 or 9653824. OLE color: 9653824.
HSL color Cylindrical-coordinate representation of color #404E93: hue angle of 229.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404E93 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 78 | 147 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.42 |
| HSL | 229.88º | 0.39% | 0.41% | - |
| HSV(B) | 229.88º | 0.56% | 0.58% | - |
| XYZ | 10.11 | 8.65 | 28.74 | - |
| YUV | 81.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 147 | 0.56 | 0.47 | 0 | 0.42 | 229.88 | 0.39 | 0.41 |
| Hex | 40 | 4E | 93 | 38 | 2F | 0 | 2A | E6 | 27 | 29 |
| Octal | 100 | 116 | 223 | 70 | 57 | 0 | 52 | 346 | 47 | 51 |
| Binary | 1000000 | 1001110 | 10010011 | 111000 | 101111 | 0 | 101010 | 11100110 | 100111 | 101001 |
Color Harmonies of #404E93
Complementary color
Monochromatic Colors of #404E93
Black with #404E93
Text Example
Text Example
White with #404E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E93; }
p { color: rgb(64,78,147); }
H1.HeaderClassName
{
color: #404E93;
}
.AnyTagClassName
{
color: #404E93;
}
</style>
background-color css
<style>
a { background-color: #404E93; }
a { background-color: rgb(64,78,147); }
div.DivClassName
{
background-color: #404E93;
}
.BgClassName
{
background-color: #404E93;
}
</style>
border-color css
<style>
span { border-color: #404E93; }
span { border-color: rgb(64,78,147); }
td.TdClassName
{
border-color: #404E93;
}
.TagClassName
{
border-color: #404E93;
}
</style>