Shades of Tory Blue #415493
Tints of Tory Blue #415493
RGB
CMYK
RGB Variations
Color information
#415493 (or 0x415493) is known color: Tory Blue. HEX triplet: 41, 54 and 93. RGB value is (65,84,147). Sum of RGB (Red+Green+Blue) = 65+84+147=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #415493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415493 is #BEAB6C. Grayscale: #555555. Windows color (decimal): -12495725 or 9655361. OLE color: 9655361.
HSL color Cylindrical-coordinate representation of color #415493: hue angle of 226.1º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415493 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 84 | 147 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.42 |
| HSL | 226.1º | 0.39% | 0.42% | - |
| HSV(B) | 226.1º | 0.56% | 0.58% | - |
| XYZ | 10.62 | 9.57 | 28.89 | - |
| YUV | 85.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 147 | 0.56 | 0.43 | 0 | 0.42 | 226.1 | 0.39 | 0.42 |
| Hex | 41 | 54 | 93 | 38 | 2B | 0 | 2A | E2 | 27 | 2A |
| Octal | 101 | 124 | 223 | 70 | 53 | 0 | 52 | 342 | 47 | 52 |
| Binary | 1000001 | 1010100 | 10010011 | 111000 | 101011 | 0 | 101010 | 11100010 | 100111 | 101010 |
Color Harmonies of #415493
Complementary color
Monochromatic Colors of #415493
Black with #415493
Text Example
Text Example
White with #415493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415493; }
p { color: rgb(65,84,147); }
H1.HeaderClassName
{
color: #415493;
}
.AnyTagClassName
{
color: #415493;
}
</style>
background-color css
<style>
a { background-color: #415493; }
a { background-color: rgb(65,84,147); }
div.DivClassName
{
background-color: #415493;
}
.BgClassName
{
background-color: #415493;
}
</style>
border-color css
<style>
span { border-color: #415493; }
span { border-color: rgb(65,84,147); }
td.TdClassName
{
border-color: #415493;
}
.TagClassName
{
border-color: #415493;
}
</style>