Shades of Tory Blue #404A87
Tints of Tory Blue #404A87
RGB
CMYK
RGB Variations
Color information
#404A87 (or 0x404A87) is known color: Tory Blue. HEX triplet: 40, 4A and 87. RGB value is (64,74,135). Sum of RGB (Red+Green+Blue) = 64+74+135=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #404A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A87 is #BFB578. Grayscale: #4D4D4D. Windows color (decimal): -12563833 or 8866368. OLE color: 8866368.
HSL color Cylindrical-coordinate representation of color #404A87: hue angle of 231.55º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404A87 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 74 | 135 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.47 |
| HSL | 231.55º | 0.36% | 0.39% | - |
| HSV(B) | 231.55º | 0.53% | 0.53% | - |
| XYZ | 8.94 | 7.74 | 23.94 | - |
| YUV | 77.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 135 | 0.53 | 0.45 | 0 | 0.47 | 231.55 | 0.36 | 0.39 |
| Hex | 40 | 4A | 87 | 35 | 2D | 0 | 2F | E8 | 24 | 27 |
| Octal | 100 | 112 | 207 | 65 | 55 | 0 | 57 | 350 | 44 | 47 |
| Binary | 1000000 | 1001010 | 10000111 | 110101 | 101101 | 0 | 101111 | 11101000 | 100100 | 100111 |
Color Harmonies of #404A87
Complementary color
Monochromatic Colors of #404A87
Black with #404A87
Text Example
Text Example
White with #404A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A87; }
p { color: rgb(64,74,135); }
H1.HeaderClassName
{
color: #404A87;
}
.AnyTagClassName
{
color: #404A87;
}
</style>
background-color css
<style>
a { background-color: #404A87; }
a { background-color: rgb(64,74,135); }
div.DivClassName
{
background-color: #404A87;
}
.BgClassName
{
background-color: #404A87;
}
</style>
border-color css
<style>
span { border-color: #404A87; }
span { border-color: rgb(64,74,135); }
td.TdClassName
{
border-color: #404A87;
}
.TagClassName
{
border-color: #404A87;
}
</style>