Shades of Tory Blue #40498B
Tints of Tory Blue #40498B
RGB
CMYK
RGB Variations
Color information
#40498B (or 0x40498B) is known color: Tory Blue. HEX triplet: 40, 49 and 8B. RGB value is (64,73,139). Sum of RGB (Red+Green+Blue) = 64+73+139=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #40498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498B is #BFB674. Grayscale: #4D4D4D. Windows color (decimal): -12564085 or 9128256. OLE color: 9128256.
HSL color Cylindrical-coordinate representation of color #40498B: hue angle of 232.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40498B is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 73 | 139 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.45 |
| HSL | 232.8º | 0.37% | 0.4% | - |
| HSV(B) | 232.8º | 0.54% | 0.55% | - |
| XYZ | 9.16 | 7.72 | 25.43 | - |
| YUV | 77.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 139 | 0.54 | 0.47 | 0 | 0.45 | 232.8 | 0.37 | 0.4 |
| Hex | 40 | 49 | 8B | 36 | 2F | 0 | 2D | E9 | 25 | 28 |
| Octal | 100 | 111 | 213 | 66 | 57 | 0 | 55 | 351 | 45 | 50 |
| Binary | 1000000 | 1001001 | 10001011 | 110110 | 101111 | 0 | 101101 | 11101001 | 100101 | 101000 |
Color Harmonies of #40498B
Complementary color
Monochromatic Colors of #40498B
Black with #40498B
Text Example
Text Example
White with #40498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40498B; }
p { color: rgb(64,73,139); }
H1.HeaderClassName
{
color: #40498B;
}
.AnyTagClassName
{
color: #40498B;
}
</style>
background-color css
<style>
a { background-color: #40498B; }
a { background-color: rgb(64,73,139); }
div.DivClassName
{
background-color: #40498B;
}
.BgClassName
{
background-color: #40498B;
}
</style>
border-color css
<style>
span { border-color: #40498B; }
span { border-color: rgb(64,73,139); }
td.TdClassName
{
border-color: #40498B;
}
.TagClassName
{
border-color: #40498B;
}
</style>