Shades of Tory Blue #404A89
Tints of Tory Blue #404A89
RGB
CMYK
RGB Variations
Color information
#404A89 (or 0x404A89) is known color: Tory Blue. HEX triplet: 40, 4A and 89. RGB value is (64,74,137). Sum of RGB (Red+Green+Blue) = 64+74+137=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #404A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A89 is #BFB576. Grayscale: #4D4D4D. Windows color (decimal): -12563831 or 8997440. OLE color: 8997440.
HSL color Cylindrical-coordinate representation of color #404A89: hue angle of 231.78º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404A89 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 74 | 137 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.46 |
| HSL | 231.78º | 0.36% | 0.39% | - |
| HSV(B) | 231.78º | 0.53% | 0.54% | - |
| XYZ | 9.08 | 7.79 | 24.69 | - |
| YUV | 78.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 137 | 0.53 | 0.46 | 0 | 0.46 | 231.78 | 0.36 | 0.39 |
| Hex | 40 | 4A | 89 | 35 | 2E | 0 | 2E | E8 | 24 | 27 |
| Octal | 100 | 112 | 211 | 65 | 56 | 0 | 56 | 350 | 44 | 47 |
| Binary | 1000000 | 1001010 | 10001001 | 110101 | 101110 | 0 | 101110 | 11101000 | 100100 | 100111 |
Color Harmonies of #404A89
Complementary color
Monochromatic Colors of #404A89
Black with #404A89
Text Example
Text Example
White with #404A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A89; }
p { color: rgb(64,74,137); }
H1.HeaderClassName
{
color: #404A89;
}
.AnyTagClassName
{
color: #404A89;
}
</style>
background-color css
<style>
a { background-color: #404A89; }
a { background-color: rgb(64,74,137); }
div.DivClassName
{
background-color: #404A89;
}
.BgClassName
{
background-color: #404A89;
}
</style>
border-color css
<style>
span { border-color: #404A89; }
span { border-color: rgb(64,74,137); }
td.TdClassName
{
border-color: #404A89;
}
.TagClassName
{
border-color: #404A89;
}
</style>