Shades of Tory Blue #404890
Tints of Tory Blue #404890
RGB
CMYK
RGB Variations
Color information
#404890 (or 0x404890) is known color: Tory Blue. HEX triplet: 40, 48 and 90. RGB value is (64,72,144). Sum of RGB (Red+Green+Blue) = 64+72+144=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #404890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404890 is #BFB76F. Grayscale: #4D4D4D. Windows color (decimal): -12564336 or 9455680. OLE color: 9455680.
HSL color Cylindrical-coordinate representation of color #404890: hue angle of 234º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404890 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 72 | 144 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.44 |
| HSL | 234º | 0.38% | 0.41% | - |
| HSV(B) | 234º | 0.56% | 0.56% | - |
| XYZ | 9.47 | 7.74 | 27.38 | - |
| YUV | 77.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 144 | 0.56 | 0.50 | 0 | 0.44 | 234 | 0.38 | 0.41 |
| Hex | 40 | 48 | 90 | 38 | 32 | 0 | 2C | EA | 26 | 29 |
| Octal | 100 | 110 | 220 | 70 | 62 | 0 | 54 | 352 | 46 | 51 |
| Binary | 1000000 | 1001000 | 10010000 | 111000 | 110010 | 0 | 101100 | 11101010 | 100110 | 101001 |
Color Harmonies of #404890
Complementary color
Monochromatic Colors of #404890
Black with #404890
Text Example
Text Example
White with #404890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404890; }
p { color: rgb(64,72,144); }
H1.HeaderClassName
{
color: #404890;
}
.AnyTagClassName
{
color: #404890;
}
</style>
background-color css
<style>
a { background-color: #404890; }
a { background-color: rgb(64,72,144); }
div.DivClassName
{
background-color: #404890;
}
.BgClassName
{
background-color: #404890;
}
</style>
border-color css
<style>
span { border-color: #404890; }
span { border-color: rgb(64,72,144); }
td.TdClassName
{
border-color: #404890;
}
.TagClassName
{
border-color: #404890;
}
</style>