Shades of Tory Blue #404C89
Tints of Tory Blue #404C89
RGB
CMYK
RGB Variations
Color information
#404C89 (or 0x404C89) is known color: Tory Blue. HEX triplet: 40, 4C and 89. RGB value is (64,76,137). Sum of RGB (Red+Green+Blue) = 64+76+137=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #404C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C89 is #BFB376. Grayscale: #4F4F4F. Windows color (decimal): -12563319 or 8997952. OLE color: 8997952.
HSL color Cylindrical-coordinate representation of color #404C89: hue angle of 230.14º 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 #404C89 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 76 | 137 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.46 |
| HSL | 230.14º | 0.36% | 0.39% | - |
| HSV(B) | 230.14º | 0.53% | 0.54% | - |
| XYZ | 9.21 | 8.07 | 24.74 | - |
| YUV | 79.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 137 | 0.53 | 0.45 | 0 | 0.46 | 230.14 | 0.36 | 0.39 |
| Hex | 40 | 4C | 89 | 35 | 2D | 0 | 2E | E6 | 24 | 27 |
| Octal | 100 | 114 | 211 | 65 | 55 | 0 | 56 | 346 | 44 | 47 |
| Binary | 1000000 | 1001100 | 10001001 | 110101 | 101101 | 0 | 101110 | 11100110 | 100100 | 100111 |
Color Harmonies of #404C89
Complementary color
Monochromatic Colors of #404C89
Black with #404C89
Text Example
Text Example
White with #404C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C89; }
p { color: rgb(64,76,137); }
H1.HeaderClassName
{
color: #404C89;
}
.AnyTagClassName
{
color: #404C89;
}
</style>
background-color css
<style>
a { background-color: #404C89; }
a { background-color: rgb(64,76,137); }
div.DivClassName
{
background-color: #404C89;
}
.BgClassName
{
background-color: #404C89;
}
</style>
border-color css
<style>
span { border-color: #404C89; }
span { border-color: rgb(64,76,137); }
td.TdClassName
{
border-color: #404C89;
}
.TagClassName
{
border-color: #404C89;
}
</style>