Shades of Tory Blue #404E82
Tints of Tory Blue #404E82
RGB
CMYK
RGB Variations
Color information
#404E82 (or 0x404E82) is known color: Tory Blue. HEX triplet: 40, 4E and 82. RGB value is (64,78,130). Sum of RGB (Red+Green+Blue) = 64+78+130=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #404E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E82 is #BFB17D. Grayscale: #4F4F4F. Windows color (decimal): -12562814 or 8539712. OLE color: 8539712.
HSL color Cylindrical-coordinate representation of color #404E82: hue angle of 227.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404E82 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 78 | 130 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.49 |
| HSL | 227.27º | 0.34% | 0.38% | - |
| HSV(B) | 227.27º | 0.51% | 0.51% | - |
| XYZ | 8.87 | 8.15 | 22.22 | - |
| YUV | 79.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 130 | 0.51 | 0.40 | 0 | 0.49 | 227.27 | 0.34 | 0.38 |
| Hex | 40 | 4E | 82 | 33 | 28 | 0 | 31 | E3 | 22 | 26 |
| Octal | 100 | 116 | 202 | 63 | 50 | 0 | 61 | 343 | 42 | 46 |
| Binary | 1000000 | 1001110 | 10000010 | 110011 | 101000 | 0 | 110001 | 11100011 | 100010 | 100110 |
Color Harmonies of #404E82
Complementary color
Monochromatic Colors of #404E82
Black with #404E82
Text Example
Text Example
White with #404E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E82; }
p { color: rgb(64,78,130); }
H1.HeaderClassName
{
color: #404E82;
}
.AnyTagClassName
{
color: #404E82;
}
</style>
background-color css
<style>
a { background-color: #404E82; }
a { background-color: rgb(64,78,130); }
div.DivClassName
{
background-color: #404E82;
}
.BgClassName
{
background-color: #404E82;
}
</style>
border-color css
<style>
span { border-color: #404E82; }
span { border-color: rgb(64,78,130); }
td.TdClassName
{
border-color: #404E82;
}
.TagClassName
{
border-color: #404E82;
}
</style>