Shades of Tory Blue #414C89
Tints of Tory Blue #414C89
RGB
CMYK
RGB Variations
Color information
#414C89 (or 0x414C89) is known color: Tory Blue. HEX triplet: 41, 4C and 89. RGB value is (65,76,137). Sum of RGB (Red+Green+Blue) = 65+76+137=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #414C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C89 is #BEB376. Grayscale: #4F4F4F. Windows color (decimal): -12497783 or 8997953. OLE color: 8997953.
HSL color Cylindrical-coordinate representation of color #414C89: hue angle of 230.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414C89 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 76 | 137 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.46 |
| HSL | 230.83º | 0.36% | 0.4% | - |
| HSV(B) | 230.83º | 0.53% | 0.54% | - |
| XYZ | 9.28 | 8.1 | 24.74 | - |
| YUV | 79.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 137 | 0.53 | 0.45 | 0 | 0.46 | 230.83 | 0.36 | 0.4 |
| Hex | 41 | 4C | 89 | 35 | 2D | 0 | 2E | E7 | 24 | 28 |
| Octal | 101 | 114 | 211 | 65 | 55 | 0 | 56 | 347 | 44 | 50 |
| Binary | 1000001 | 1001100 | 10001001 | 110101 | 101101 | 0 | 101110 | 11100111 | 100100 | 101000 |
Color Harmonies of #414C89
Complementary color
Monochromatic Colors of #414C89
Black with #414C89
Text Example
Text Example
White with #414C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C89; }
p { color: rgb(65,76,137); }
H1.HeaderClassName
{
color: #414C89;
}
.AnyTagClassName
{
color: #414C89;
}
</style>
background-color css
<style>
a { background-color: #414C89; }
a { background-color: rgb(65,76,137); }
div.DivClassName
{
background-color: #414C89;
}
.BgClassName
{
background-color: #414C89;
}
</style>
border-color css
<style>
span { border-color: #414C89; }
span { border-color: rgb(65,76,137); }
td.TdClassName
{
border-color: #414C89;
}
.TagClassName
{
border-color: #414C89;
}
</style>