Shades of Tory Blue #404D94
Tints of Tory Blue #404D94
RGB
CMYK
RGB Variations
Color information
#404D94 (or 0x404D94) is known color: Tory Blue. HEX triplet: 40, 4D and 94. RGB value is (64,77,148). Sum of RGB (Red+Green+Blue) = 64+77+148=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #404D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D94 is #BFB26B. Grayscale: #505050. Windows color (decimal): -12563052 or 9719104. OLE color: 9719104.
HSL color Cylindrical-coordinate representation of color #404D94: hue angle of 230.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404D94 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 77 | 148 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.42 |
| HSL | 230.71º | 0.4% | 0.42% | - |
| HSV(B) | 230.71º | 0.57% | 0.58% | - |
| XYZ | 10.11 | 8.54 | 29.13 | - |
| YUV | 81.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 148 | 0.57 | 0.48 | 0 | 0.42 | 230.71 | 0.4 | 0.42 |
| Hex | 40 | 4D | 94 | 39 | 30 | 0 | 2A | E7 | 28 | 2A |
| Octal | 100 | 115 | 224 | 71 | 60 | 0 | 52 | 347 | 50 | 52 |
| Binary | 1000000 | 1001101 | 10010100 | 111001 | 110000 | 0 | 101010 | 11100111 | 101000 | 101010 |
Color Harmonies of #404D94
Complementary color
Monochromatic Colors of #404D94
Black with #404D94
Text Example
Text Example
White with #404D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D94; }
p { color: rgb(64,77,148); }
H1.HeaderClassName
{
color: #404D94;
}
.AnyTagClassName
{
color: #404D94;
}
</style>
background-color css
<style>
a { background-color: #404D94; }
a { background-color: rgb(64,77,148); }
div.DivClassName
{
background-color: #404D94;
}
.BgClassName
{
background-color: #404D94;
}
</style>
border-color css
<style>
span { border-color: #404D94; }
span { border-color: rgb(64,77,148); }
td.TdClassName
{
border-color: #404D94;
}
.TagClassName
{
border-color: #404D94;
}
</style>