Shades of Tory Blue #414990
Tints of Tory Blue #414990
RGB
CMYK
RGB Variations
Color information
#414990 (or 0x414990) is known color: Tory Blue. HEX triplet: 41, 49 and 90. RGB value is (65,73,144). Sum of RGB (Red+Green+Blue) = 65+73+144=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #414990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414990 is #BEB66F. Grayscale: #4E4E4E. Windows color (decimal): -12498544 or 9455937. OLE color: 9455937.
HSL color Cylindrical-coordinate representation of color #414990: hue angle of 233.92º 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 #414990 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 73 | 144 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.44 |
| HSL | 233.92º | 0.38% | 0.41% | - |
| HSV(B) | 233.92º | 0.55% | 0.56% | - |
| XYZ | 9.6 | 7.9 | 27.41 | - |
| YUV | 78.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 144 | 0.55 | 0.49 | 0 | 0.44 | 233.92 | 0.38 | 0.41 |
| Hex | 41 | 49 | 90 | 37 | 31 | 0 | 2C | EA | 26 | 29 |
| Octal | 101 | 111 | 220 | 67 | 61 | 0 | 54 | 352 | 46 | 51 |
| Binary | 1000001 | 1001001 | 10010000 | 110111 | 110001 | 0 | 101100 | 11101010 | 100110 | 101001 |
Color Harmonies of #414990
Complementary color
Monochromatic Colors of #414990
Black with #414990
Text Example
Text Example
White with #414990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414990; }
p { color: rgb(65,73,144); }
H1.HeaderClassName
{
color: #414990;
}
.AnyTagClassName
{
color: #414990;
}
</style>
background-color css
<style>
a { background-color: #414990; }
a { background-color: rgb(65,73,144); }
div.DivClassName
{
background-color: #414990;
}
.BgClassName
{
background-color: #414990;
}
</style>
border-color css
<style>
span { border-color: #414990; }
span { border-color: rgb(65,73,144); }
td.TdClassName
{
border-color: #414990;
}
.TagClassName
{
border-color: #414990;
}
</style>