Shades of Tory Blue #405193
Tints of Tory Blue #405193
RGB
CMYK
RGB Variations
Color information
#405193 (or 0x405193) is known color: Tory Blue. HEX triplet: 40, 51 and 93. RGB value is (64,81,147). Sum of RGB (Red+Green+Blue) = 64+81+147=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #405193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405193 is #BFAE6C. Grayscale: #535353. Windows color (decimal): -12562029 or 9654592. OLE color: 9654592.
HSL color Cylindrical-coordinate representation of color #405193: hue angle of 227.71º 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 #405193 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 81 | 147 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.42 |
| HSL | 227.71º | 0.39% | 0.41% | - |
| HSV(B) | 227.71º | 0.56% | 0.58% | - |
| XYZ | 10.32 | 9.08 | 28.81 | - |
| YUV | 83.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 147 | 0.56 | 0.45 | 0 | 0.42 | 227.71 | 0.39 | 0.41 |
| Hex | 40 | 51 | 93 | 38 | 2D | 0 | 2A | E4 | 27 | 29 |
| Octal | 100 | 121 | 223 | 70 | 55 | 0 | 52 | 344 | 47 | 51 |
| Binary | 1000000 | 1010001 | 10010011 | 111000 | 101101 | 0 | 101010 | 11100100 | 100111 | 101001 |
Color Harmonies of #405193
Complementary color
Monochromatic Colors of #405193
Black with #405193
Text Example
Text Example
White with #405193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405193; }
p { color: rgb(64,81,147); }
H1.HeaderClassName
{
color: #405193;
}
.AnyTagClassName
{
color: #405193;
}
</style>
background-color css
<style>
a { background-color: #405193; }
a { background-color: rgb(64,81,147); }
div.DivClassName
{
background-color: #405193;
}
.BgClassName
{
background-color: #405193;
}
</style>
border-color css
<style>
span { border-color: #405193; }
span { border-color: rgb(64,81,147); }
td.TdClassName
{
border-color: #405193;
}
.TagClassName
{
border-color: #405193;
}
</style>