Shades of Tory Blue #414A8A
Tints of Tory Blue #414A8A
RGB
CMYK
RGB Variations
Color information
#414A8A (or 0x414A8A) is known color: Tory Blue. HEX triplet: 41, 4A and 8A. RGB value is (65,74,138). Sum of RGB (Red+Green+Blue) = 65+74+138=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #414A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A8A is #BEB575. Grayscale: #4E4E4E. Windows color (decimal): -12498294 or 9062977. OLE color: 9062977.
HSL color Cylindrical-coordinate representation of color #414A8A: hue angle of 232.6º 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 #414A8A is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 74 | 138 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.46 |
| HSL | 232.6º | 0.36% | 0.4% | - |
| HSV(B) | 232.6º | 0.53% | 0.54% | - |
| XYZ | 9.22 | 7.86 | 25.08 | - |
| YUV | 78.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 138 | 0.53 | 0.46 | 0 | 0.46 | 232.6 | 0.36 | 0.4 |
| Hex | 41 | 4A | 8A | 35 | 2E | 0 | 2E | E9 | 24 | 28 |
| Octal | 101 | 112 | 212 | 65 | 56 | 0 | 56 | 351 | 44 | 50 |
| Binary | 1000001 | 1001010 | 10001010 | 110101 | 101110 | 0 | 101110 | 11101001 | 100100 | 101000 |
Color Harmonies of #414A8A
Complementary color
Monochromatic Colors of #414A8A
Black with #414A8A
Text Example
Text Example
White with #414A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A8A; }
p { color: rgb(65,74,138); }
H1.HeaderClassName
{
color: #414A8A;
}
.AnyTagClassName
{
color: #414A8A;
}
</style>
background-color css
<style>
a { background-color: #414A8A; }
a { background-color: rgb(65,74,138); }
div.DivClassName
{
background-color: #414A8A;
}
.BgClassName
{
background-color: #414A8A;
}
</style>
border-color css
<style>
span { border-color: #414A8A; }
span { border-color: rgb(65,74,138); }
td.TdClassName
{
border-color: #414A8A;
}
.TagClassName
{
border-color: #414A8A;
}
</style>