Shades of Tory Blue #40508A
Tints of Tory Blue #40508A
RGB
CMYK
RGB Variations
Color information
#40508A (or 0x40508A) is known color: Tory Blue. HEX triplet: 40, 50 and 8A. RGB value is (64,80,138). Sum of RGB (Red+Green+Blue) = 64+80+138=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #40508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40508A is #BFAF75. Grayscale: #515151. Windows color (decimal): -12562294 or 9064512. OLE color: 9064512.
HSL color Cylindrical-coordinate representation of color #40508A: hue angle of 227.03º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40508A is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 80 | 138 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.46 |
| HSL | 227.03º | 0.37% | 0.4% | - |
| HSV(B) | 227.03º | 0.54% | 0.54% | - |
| XYZ | 9.57 | 8.66 | 25.21 | - |
| YUV | 81.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 138 | 0.54 | 0.42 | 0 | 0.46 | 227.03 | 0.37 | 0.4 |
| Hex | 40 | 50 | 8A | 36 | 2A | 0 | 2E | E3 | 25 | 28 |
| Octal | 100 | 120 | 212 | 66 | 52 | 0 | 56 | 343 | 45 | 50 |
| Binary | 1000000 | 1010000 | 10001010 | 110110 | 101010 | 0 | 101110 | 11100011 | 100101 | 101000 |
Color Harmonies of #40508A
Complementary color
Monochromatic Colors of #40508A
Black with #40508A
Text Example
Text Example
White with #40508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40508A; }
p { color: rgb(64,80,138); }
H1.HeaderClassName
{
color: #40508A;
}
.AnyTagClassName
{
color: #40508A;
}
</style>
background-color css
<style>
a { background-color: #40508A; }
a { background-color: rgb(64,80,138); }
div.DivClassName
{
background-color: #40508A;
}
.BgClassName
{
background-color: #40508A;
}
</style>
border-color css
<style>
span { border-color: #40508A; }
span { border-color: rgb(64,80,138); }
td.TdClassName
{
border-color: #40508A;
}
.TagClassName
{
border-color: #40508A;
}
</style>