Shades of Tory Blue #40498E
Tints of Tory Blue #40498E
RGB
CMYK
RGB Variations
Color information
#40498E (or 0x40498E) is known color: Tory Blue. HEX triplet: 40, 49 and 8E. RGB value is (64,73,142). Sum of RGB (Red+Green+Blue) = 64+73+142=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #40498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498E is #BFB671. Grayscale: #4D4D4D. Windows color (decimal): -12564082 or 9324864. OLE color: 9324864.
HSL color Cylindrical-coordinate representation of color #40498E: hue angle of 233.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40498E is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 73 | 142 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.44 |
| HSL | 233.08º | 0.38% | 0.4% | - |
| HSV(B) | 233.08º | 0.55% | 0.56% | - |
| XYZ | 9.38 | 7.81 | 26.6 | - |
| YUV | 78.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 142 | 0.55 | 0.49 | 0 | 0.44 | 233.08 | 0.38 | 0.4 |
| Hex | 40 | 49 | 8E | 37 | 31 | 0 | 2C | E9 | 26 | 28 |
| Octal | 100 | 111 | 216 | 67 | 61 | 0 | 54 | 351 | 46 | 50 |
| Binary | 1000000 | 1001001 | 10001110 | 110111 | 110001 | 0 | 101100 | 11101001 | 100110 | 101000 |
Color Harmonies of #40498E
Complementary color
Monochromatic Colors of #40498E
Black with #40498E
Text Example
Text Example
White with #40498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40498E; }
p { color: rgb(64,73,142); }
H1.HeaderClassName
{
color: #40498E;
}
.AnyTagClassName
{
color: #40498E;
}
</style>
background-color css
<style>
a { background-color: #40498E; }
a { background-color: rgb(64,73,142); }
div.DivClassName
{
background-color: #40498E;
}
.BgClassName
{
background-color: #40498E;
}
</style>
border-color css
<style>
span { border-color: #40498E; }
span { border-color: rgb(64,73,142); }
td.TdClassName
{
border-color: #40498E;
}
.TagClassName
{
border-color: #40498E;
}
</style>