Shades of Tory Blue #414C84
Tints of Tory Blue #414C84
RGB
CMYK
RGB Variations
Color information
#414C84 (or 0x414C84) is known color: Tory Blue. HEX triplet: 41, 4C and 84. RGB value is (65,76,132). Sum of RGB (Red+Green+Blue) = 65+76+132=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #414C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C84 is #BEB37B. Grayscale: #4E4E4E. Windows color (decimal): -12497788 or 8670273. OLE color: 8670273.
HSL color Cylindrical-coordinate representation of color #414C84: hue angle of 230.15º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414C84 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 76 | 132 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.48 |
| HSL | 230.15º | 0.34% | 0.39% | - |
| HSV(B) | 230.15º | 0.51% | 0.52% | - |
| XYZ | 8.93 | 7.96 | 22.9 | - |
| YUV | 79.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 132 | 0.51 | 0.42 | 0 | 0.48 | 230.15 | 0.34 | 0.39 |
| Hex | 41 | 4C | 84 | 33 | 2A | 0 | 30 | E6 | 22 | 27 |
| Octal | 101 | 114 | 204 | 63 | 52 | 0 | 60 | 346 | 42 | 47 |
| Binary | 1000001 | 1001100 | 10000100 | 110011 | 101010 | 0 | 110000 | 11100110 | 100010 | 100111 |
Color Harmonies of #414C84
Complementary color
Monochromatic Colors of #414C84
Black with #414C84
Text Example
Text Example
White with #414C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C84; }
p { color: rgb(65,76,132); }
H1.HeaderClassName
{
color: #414C84;
}
.AnyTagClassName
{
color: #414C84;
}
</style>
background-color css
<style>
a { background-color: #414C84; }
a { background-color: rgb(65,76,132); }
div.DivClassName
{
background-color: #414C84;
}
.BgClassName
{
background-color: #414C84;
}
</style>
border-color css
<style>
span { border-color: #414C84; }
span { border-color: rgb(65,76,132); }
td.TdClassName
{
border-color: #414C84;
}
.TagClassName
{
border-color: #414C84;
}
</style>