Shades of Tory Blue #404E8A
Tints of Tory Blue #404E8A
RGB
CMYK
RGB Variations
Color information
#404E8A (or 0x404E8A) is known color: Tory Blue. HEX triplet: 40, 4E and 8A. RGB value is (64,78,138). Sum of RGB (Red+Green+Blue) = 64+78+138=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #404E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E8A is #BFB175. Grayscale: #505050. Windows color (decimal): -12562806 or 9064000. OLE color: 9064000.
HSL color Cylindrical-coordinate representation of color #404E8A: hue angle of 228.65º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404E8A is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 78 | 138 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.46 |
| HSL | 228.65º | 0.37% | 0.4% | - |
| HSV(B) | 228.65º | 0.54% | 0.54% | - |
| XYZ | 9.43 | 8.37 | 25.16 | - |
| YUV | 80.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 138 | 0.54 | 0.43 | 0 | 0.46 | 228.65 | 0.37 | 0.4 |
| Hex | 40 | 4E | 8A | 36 | 2B | 0 | 2E | E5 | 25 | 28 |
| Octal | 100 | 116 | 212 | 66 | 53 | 0 | 56 | 345 | 45 | 50 |
| Binary | 1000000 | 1001110 | 10001010 | 110110 | 101011 | 0 | 101110 | 11100101 | 100101 | 101000 |
Color Harmonies of #404E8A
Complementary color
Monochromatic Colors of #404E8A
Black with #404E8A
Text Example
Text Example
White with #404E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E8A; }
p { color: rgb(64,78,138); }
H1.HeaderClassName
{
color: #404E8A;
}
.AnyTagClassName
{
color: #404E8A;
}
</style>
background-color css
<style>
a { background-color: #404E8A; }
a { background-color: rgb(64,78,138); }
div.DivClassName
{
background-color: #404E8A;
}
.BgClassName
{
background-color: #404E8A;
}
</style>
border-color css
<style>
span { border-color: #404E8A; }
span { border-color: rgb(64,78,138); }
td.TdClassName
{
border-color: #404E8A;
}
.TagClassName
{
border-color: #404E8A;
}
</style>