Shades of Tory Blue #404A90
Tints of Tory Blue #404A90
RGB
CMYK
RGB Variations
Color information
#404A90 (or 0x404A90) is known color: Tory Blue. HEX triplet: 40, 4A and 90. RGB value is (64,74,144). Sum of RGB (Red+Green+Blue) = 64+74+144=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #404A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A90 is #BFB56F. Grayscale: #4E4E4E. Windows color (decimal): -12563824 or 9456192. OLE color: 9456192.
HSL color Cylindrical-coordinate representation of color #404A90: hue angle of 232.5º 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 #404A90 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 74 | 144 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.44 |
| HSL | 232.5º | 0.38% | 0.41% | - |
| HSV(B) | 232.5º | 0.56% | 0.56% | - |
| XYZ | 9.6 | 8 | 27.42 | - |
| YUV | 78.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 144 | 0.56 | 0.49 | 0 | 0.44 | 232.5 | 0.38 | 0.41 |
| Hex | 40 | 4A | 90 | 38 | 31 | 0 | 2C | E8 | 26 | 29 |
| Octal | 100 | 112 | 220 | 70 | 61 | 0 | 54 | 350 | 46 | 51 |
| Binary | 1000000 | 1001010 | 10010000 | 111000 | 110001 | 0 | 101100 | 11101000 | 100110 | 101001 |
Color Harmonies of #404A90
Complementary color
Monochromatic Colors of #404A90
Black with #404A90
Text Example
Text Example
White with #404A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A90; }
p { color: rgb(64,74,144); }
H1.HeaderClassName
{
color: #404A90;
}
.AnyTagClassName
{
color: #404A90;
}
</style>
background-color css
<style>
a { background-color: #404A90; }
a { background-color: rgb(64,74,144); }
div.DivClassName
{
background-color: #404A90;
}
.BgClassName
{
background-color: #404A90;
}
</style>
border-color css
<style>
span { border-color: #404A90; }
span { border-color: rgb(64,74,144); }
td.TdClassName
{
border-color: #404A90;
}
.TagClassName
{
border-color: #404A90;
}
</style>