Shades of Tory Blue #405293
Tints of Tory Blue #405293
RGB
CMYK
RGB Variations
Color information
#405293 (or 0x405293) is known color: Tory Blue. HEX triplet: 40, 52 and 93. RGB value is (64,82,147). Sum of RGB (Red+Green+Blue) = 64+82+147=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #405293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405293 is #BFAD6C. Grayscale: #535353. Windows color (decimal): -12561773 or 9654848. OLE color: 9654848.
HSL color Cylindrical-coordinate representation of color #405293: hue angle of 226.99º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405293 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 82 | 147 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.42 |
| HSL | 226.99º | 0.39% | 0.41% | - |
| HSV(B) | 226.99º | 0.56% | 0.58% | - |
| XYZ | 10.4 | 9.23 | 28.84 | - |
| YUV | 84.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 147 | 0.56 | 0.44 | 0 | 0.42 | 226.99 | 0.39 | 0.41 |
| Hex | 40 | 52 | 93 | 38 | 2C | 0 | 2A | E3 | 27 | 29 |
| Octal | 100 | 122 | 223 | 70 | 54 | 0 | 52 | 343 | 47 | 51 |
| Binary | 1000000 | 1010010 | 10010011 | 111000 | 101100 | 0 | 101010 | 11100011 | 100111 | 101001 |
Color Harmonies of #405293
Complementary color
Monochromatic Colors of #405293
Black with #405293
Text Example
Text Example
White with #405293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405293; }
p { color: rgb(64,82,147); }
H1.HeaderClassName
{
color: #405293;
}
.AnyTagClassName
{
color: #405293;
}
</style>
background-color css
<style>
a { background-color: #405293; }
a { background-color: rgb(64,82,147); }
div.DivClassName
{
background-color: #405293;
}
.BgClassName
{
background-color: #405293;
}
</style>
border-color css
<style>
span { border-color: #405293; }
span { border-color: rgb(64,82,147); }
td.TdClassName
{
border-color: #405293;
}
.TagClassName
{
border-color: #405293;
}
</style>