Shades of Tory Blue #40508B
Tints of Tory Blue #40508B
RGB
CMYK
RGB Variations
Color information
#40508B (or 0x40508B) is known color: Tory Blue. HEX triplet: 40, 50 and 8B. RGB value is (64,80,139). Sum of RGB (Red+Green+Blue) = 64+80+139=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #40508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40508B is #BFAF74. Grayscale: #515151. Windows color (decimal): -12562293 or 9130048. OLE color: 9130048.
HSL color Cylindrical-coordinate representation of color #40508B: hue angle of 227.2º 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 #40508B is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 80 | 139 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.45 |
| HSL | 227.2º | 0.37% | 0.4% | - |
| HSV(B) | 227.2º | 0.54% | 0.55% | - |
| XYZ | 9.64 | 8.69 | 25.6 | - |
| YUV | 81.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 139 | 0.54 | 0.42 | 0 | 0.45 | 227.2 | 0.37 | 0.4 |
| Hex | 40 | 50 | 8B | 36 | 2A | 0 | 2D | E3 | 25 | 28 |
| Octal | 100 | 120 | 213 | 66 | 52 | 0 | 55 | 343 | 45 | 50 |
| Binary | 1000000 | 1010000 | 10001011 | 110110 | 101010 | 0 | 101101 | 11100011 | 100101 | 101000 |
Color Harmonies of #40508B
Complementary color
Monochromatic Colors of #40508B
Black with #40508B
Text Example
Text Example
White with #40508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40508B; }
p { color: rgb(64,80,139); }
H1.HeaderClassName
{
color: #40508B;
}
.AnyTagClassName
{
color: #40508B;
}
</style>
background-color css
<style>
a { background-color: #40508B; }
a { background-color: rgb(64,80,139); }
div.DivClassName
{
background-color: #40508B;
}
.BgClassName
{
background-color: #40508B;
}
</style>
border-color css
<style>
span { border-color: #40508B; }
span { border-color: rgb(64,80,139); }
td.TdClassName
{
border-color: #40508B;
}
.TagClassName
{
border-color: #40508B;
}
</style>