Shades of Tory Blue #404E8C
Tints of Tory Blue #404E8C
RGB
CMYK
RGB Variations
Color information
#404E8C (or 0x404E8C) is known color: Tory Blue. HEX triplet: 40, 4E and 8C. RGB value is (64,78,140). Sum of RGB (Red+Green+Blue) = 64+78+140=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #404E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E8C is #BFB173. Grayscale: #505050. Windows color (decimal): -12562804 or 9195072. OLE color: 9195072.
HSL color Cylindrical-coordinate representation of color #404E8C: hue angle of 228.95º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404E8C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 78 | 140 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.45 |
| HSL | 228.95º | 0.37% | 0.4% | - |
| HSV(B) | 228.95º | 0.54% | 0.55% | - |
| XYZ | 9.57 | 8.43 | 25.93 | - |
| YUV | 80.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 140 | 0.54 | 0.44 | 0 | 0.45 | 228.95 | 0.37 | 0.4 |
| Hex | 40 | 4E | 8C | 36 | 2C | 0 | 2D | E5 | 25 | 28 |
| Octal | 100 | 116 | 214 | 66 | 54 | 0 | 55 | 345 | 45 | 50 |
| Binary | 1000000 | 1001110 | 10001100 | 110110 | 101100 | 0 | 101101 | 11100101 | 100101 | 101000 |
Color Harmonies of #404E8C
Complementary color
Monochromatic Colors of #404E8C
Black with #404E8C
Text Example
Text Example
White with #404E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E8C; }
p { color: rgb(64,78,140); }
H1.HeaderClassName
{
color: #404E8C;
}
.AnyTagClassName
{
color: #404E8C;
}
</style>
background-color css
<style>
a { background-color: #404E8C; }
a { background-color: rgb(64,78,140); }
div.DivClassName
{
background-color: #404E8C;
}
.BgClassName
{
background-color: #404E8C;
}
</style>
border-color css
<style>
span { border-color: #404E8C; }
span { border-color: rgb(64,78,140); }
td.TdClassName
{
border-color: #404E8C;
}
.TagClassName
{
border-color: #404E8C;
}
</style>