Shades of Tory Blue #40498F
Tints of Tory Blue #40498F
RGB
CMYK
RGB Variations
Color information
#40498F (or 0x40498F) is known color: Tory Blue. HEX triplet: 40, 49 and 8F. RGB value is (64,73,143). Sum of RGB (Red+Green+Blue) = 64+73+143=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #40498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498F is #BFB670. Grayscale: #4E4E4E. Windows color (decimal): -12564081 or 9390400. OLE color: 9390400.
HSL color Cylindrical-coordinate representation of color #40498F: hue angle of 233.16º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40498F is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 73 | 143 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.44 |
| HSL | 233.16º | 0.38% | 0.41% | - |
| HSV(B) | 233.16º | 0.55% | 0.56% | - |
| XYZ | 9.45 | 7.84 | 27 | - |
| YUV | 78.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 143 | 0.55 | 0.49 | 0 | 0.44 | 233.16 | 0.38 | 0.41 |
| Hex | 40 | 49 | 8F | 37 | 31 | 0 | 2C | E9 | 26 | 29 |
| Octal | 100 | 111 | 217 | 67 | 61 | 0 | 54 | 351 | 46 | 51 |
| Binary | 1000000 | 1001001 | 10001111 | 110111 | 110001 | 0 | 101100 | 11101001 | 100110 | 101001 |
Color Harmonies of #40498F
Complementary color
Monochromatic Colors of #40498F
Black with #40498F
Text Example
Text Example
White with #40498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40498F; }
p { color: rgb(64,73,143); }
H1.HeaderClassName
{
color: #40498F;
}
.AnyTagClassName
{
color: #40498F;
}
</style>
background-color css
<style>
a { background-color: #40498F; }
a { background-color: rgb(64,73,143); }
div.DivClassName
{
background-color: #40498F;
}
.BgClassName
{
background-color: #40498F;
}
</style>
border-color css
<style>
span { border-color: #40498F; }
span { border-color: rgb(64,73,143); }
td.TdClassName
{
border-color: #40498F;
}
.TagClassName
{
border-color: #40498F;
}
</style>