Shades of Tory Blue #40548B
Tints of Tory Blue #40548B
RGB
CMYK
RGB Variations
Color information
#40548B (or 0x40548B) is known color: Tory Blue. HEX triplet: 40, 54 and 8B. RGB value is (64,84,139). Sum of RGB (Red+Green+Blue) = 64+84+139=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #40548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40548B is #BFAB74. Grayscale: #545454. Windows color (decimal): -12561269 or 9131072. OLE color: 9131072.
HSL color Cylindrical-coordinate representation of color #40548B: hue angle of 224º 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 #40548B is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 84 | 139 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.45 |
| HSL | 224º | 0.37% | 0.4% | - |
| HSV(B) | 224º | 0.54% | 0.55% | - |
| XYZ | 9.94 | 9.29 | 25.7 | - |
| YUV | 84.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 139 | 0.54 | 0.40 | 0 | 0.45 | 224 | 0.37 | 0.4 |
| Hex | 40 | 54 | 8B | 36 | 28 | 0 | 2D | E0 | 25 | 28 |
| Octal | 100 | 124 | 213 | 66 | 50 | 0 | 55 | 340 | 45 | 50 |
| Binary | 1000000 | 1010100 | 10001011 | 110110 | 101000 | 0 | 101101 | 11100000 | 100101 | 101000 |
Color Harmonies of #40548B
Complementary color
Monochromatic Colors of #40548B
Black with #40548B
Text Example
Text Example
White with #40548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40548B; }
p { color: rgb(64,84,139); }
H1.HeaderClassName
{
color: #40548B;
}
.AnyTagClassName
{
color: #40548B;
}
</style>
background-color css
<style>
a { background-color: #40548B; }
a { background-color: rgb(64,84,139); }
div.DivClassName
{
background-color: #40548B;
}
.BgClassName
{
background-color: #40548B;
}
</style>
border-color css
<style>
span { border-color: #40548B; }
span { border-color: rgb(64,84,139); }
td.TdClassName
{
border-color: #40548B;
}
.TagClassName
{
border-color: #40548B;
}
</style>