Shades of Tory Blue #40498D
Tints of Tory Blue #40498D
RGB
CMYK
RGB Variations
Color information
#40498D (or 0x40498D) is known color: Tory Blue. HEX triplet: 40, 49 and 8D. RGB value is (64,73,141). Sum of RGB (Red+Green+Blue) = 64+73+141=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #40498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498D is #BFB672. Grayscale: #4D4D4D. Windows color (decimal): -12564083 or 9259328. OLE color: 9259328.
HSL color Cylindrical-coordinate representation of color #40498D: hue angle of 232.99º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40498D is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 73 | 141 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.45 |
| HSL | 232.99º | 0.38% | 0.4% | - |
| HSV(B) | 232.99º | 0.55% | 0.55% | - |
| XYZ | 9.3 | 7.78 | 26.21 | - |
| YUV | 78.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 141 | 0.55 | 0.48 | 0 | 0.45 | 232.99 | 0.38 | 0.4 |
| Hex | 40 | 49 | 8D | 37 | 30 | 0 | 2D | E9 | 26 | 28 |
| Octal | 100 | 111 | 215 | 67 | 60 | 0 | 55 | 351 | 46 | 50 |
| Binary | 1000000 | 1001001 | 10001101 | 110111 | 110000 | 0 | 101101 | 11101001 | 100110 | 101000 |
Color Harmonies of #40498D
Complementary color
Monochromatic Colors of #40498D
Black with #40498D
Text Example
Text Example
White with #40498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40498D; }
p { color: rgb(64,73,141); }
H1.HeaderClassName
{
color: #40498D;
}
.AnyTagClassName
{
color: #40498D;
}
</style>
background-color css
<style>
a { background-color: #40498D; }
a { background-color: rgb(64,73,141); }
div.DivClassName
{
background-color: #40498D;
}
.BgClassName
{
background-color: #40498D;
}
</style>
border-color css
<style>
span { border-color: #40498D; }
span { border-color: rgb(64,73,141); }
td.TdClassName
{
border-color: #40498D;
}
.TagClassName
{
border-color: #40498D;
}
</style>