Shades of Tory Blue #404D8B
Tints of Tory Blue #404D8B
RGB
CMYK
RGB Variations
Color information
#404D8B (or 0x404D8B) is known color: Tory Blue. HEX triplet: 40, 4D and 8B. RGB value is (64,77,139). Sum of RGB (Red+Green+Blue) = 64+77+139=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #404D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D8B is #BFB274. Grayscale: #4F4F4F. Windows color (decimal): -12563061 or 9129280. OLE color: 9129280.
HSL color Cylindrical-coordinate representation of color #404D8B: hue angle of 229.6º 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 #404D8B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 77 | 139 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.45 |
| HSL | 229.6º | 0.37% | 0.4% | - |
| HSV(B) | 229.6º | 0.54% | 0.55% | - |
| XYZ | 9.43 | 8.26 | 25.52 | - |
| YUV | 80.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 139 | 0.54 | 0.45 | 0 | 0.45 | 229.6 | 0.37 | 0.4 |
| Hex | 40 | 4D | 8B | 36 | 2D | 0 | 2D | E6 | 25 | 28 |
| Octal | 100 | 115 | 213 | 66 | 55 | 0 | 55 | 346 | 45 | 50 |
| Binary | 1000000 | 1001101 | 10001011 | 110110 | 101101 | 0 | 101101 | 11100110 | 100101 | 101000 |
Color Harmonies of #404D8B
Complementary color
Monochromatic Colors of #404D8B
Black with #404D8B
Text Example
Text Example
White with #404D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D8B; }
p { color: rgb(64,77,139); }
H1.HeaderClassName
{
color: #404D8B;
}
.AnyTagClassName
{
color: #404D8B;
}
</style>
background-color css
<style>
a { background-color: #404D8B; }
a { background-color: rgb(64,77,139); }
div.DivClassName
{
background-color: #404D8B;
}
.BgClassName
{
background-color: #404D8B;
}
</style>
border-color css
<style>
span { border-color: #404D8B; }
span { border-color: rgb(64,77,139); }
td.TdClassName
{
border-color: #404D8B;
}
.TagClassName
{
border-color: #404D8B;
}
</style>