Shades of Tory Blue #404B90
Tints of Tory Blue #404B90
RGB
CMYK
RGB Variations
Color information
#404B90 (or 0x404B90) is known color: Tory Blue. HEX triplet: 40, 4B and 90. RGB value is (64,75,144). Sum of RGB (Red+Green+Blue) = 64+75+144=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #404B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B90 is #BFB46F. Grayscale: #4F4F4F. Windows color (decimal): -12563568 or 9456448. OLE color: 9456448.
HSL color Cylindrical-coordinate representation of color #404B90: hue angle of 231.75º 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 #404B90 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 75 | 144 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.44 |
| HSL | 231.75º | 0.38% | 0.41% | - |
| HSV(B) | 231.75º | 0.56% | 0.56% | - |
| XYZ | 9.66 | 8.14 | 27.45 | - |
| YUV | 79.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 144 | 0.56 | 0.48 | 0 | 0.44 | 231.75 | 0.38 | 0.41 |
| Hex | 40 | 4B | 90 | 38 | 30 | 0 | 2C | E8 | 26 | 29 |
| Octal | 100 | 113 | 220 | 70 | 60 | 0 | 54 | 350 | 46 | 51 |
| Binary | 1000000 | 1001011 | 10010000 | 111000 | 110000 | 0 | 101100 | 11101000 | 100110 | 101001 |
Color Harmonies of #404B90
Complementary color
Monochromatic Colors of #404B90
Black with #404B90
Text Example
Text Example
White with #404B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B90; }
p { color: rgb(64,75,144); }
H1.HeaderClassName
{
color: #404B90;
}
.AnyTagClassName
{
color: #404B90;
}
</style>
background-color css
<style>
a { background-color: #404B90; }
a { background-color: rgb(64,75,144); }
div.DivClassName
{
background-color: #404B90;
}
.BgClassName
{
background-color: #404B90;
}
</style>
border-color css
<style>
span { border-color: #404B90; }
span { border-color: rgb(64,75,144); }
td.TdClassName
{
border-color: #404B90;
}
.TagClassName
{
border-color: #404B90;
}
</style>