Shades of Tory Blue #414C90
Tints of Tory Blue #414C90
RGB
CMYK
RGB Variations
Color information
#414C90 (or 0x414C90) is known color: Tory Blue. HEX triplet: 41, 4C and 90. RGB value is (65,76,144). Sum of RGB (Red+Green+Blue) = 65+76+144=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #414C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C90 is #BEB36F. Grayscale: #505050. Windows color (decimal): -12497776 or 9456705. OLE color: 9456705.
HSL color Cylindrical-coordinate representation of color #414C90: hue angle of 231.65º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414C90 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 76 | 144 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.44 |
| HSL | 231.65º | 0.38% | 0.41% | - |
| HSV(B) | 231.65º | 0.55% | 0.56% | - |
| XYZ | 9.8 | 8.31 | 27.47 | - |
| YUV | 80.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 144 | 0.55 | 0.47 | 0 | 0.44 | 231.65 | 0.38 | 0.41 |
| Hex | 41 | 4C | 90 | 37 | 2F | 0 | 2C | E8 | 26 | 29 |
| Octal | 101 | 114 | 220 | 67 | 57 | 0 | 54 | 350 | 46 | 51 |
| Binary | 1000001 | 1001100 | 10010000 | 110111 | 101111 | 0 | 101100 | 11101000 | 100110 | 101001 |
Color Harmonies of #414C90
Complementary color
Monochromatic Colors of #414C90
Black with #414C90
Text Example
Text Example
White with #414C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C90; }
p { color: rgb(65,76,144); }
H1.HeaderClassName
{
color: #414C90;
}
.AnyTagClassName
{
color: #414C90;
}
</style>
background-color css
<style>
a { background-color: #414C90; }
a { background-color: rgb(65,76,144); }
div.DivClassName
{
background-color: #414C90;
}
.BgClassName
{
background-color: #414C90;
}
</style>
border-color css
<style>
span { border-color: #414C90; }
span { border-color: rgb(65,76,144); }
td.TdClassName
{
border-color: #414C90;
}
.TagClassName
{
border-color: #414C90;
}
</style>