Shades of Tory Blue #414C81
Tints of Tory Blue #414C81
RGB
CMYK
RGB Variations
Color information
#414C81 (or 0x414C81) is known color: Tory Blue. HEX triplet: 41, 4C and 81. RGB value is (65,76,129). Sum of RGB (Red+Green+Blue) = 65+76+129=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #414C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C81 is #BEB37E. Grayscale: #4E4E4E. Windows color (decimal): -12497791 or 8473665. OLE color: 8473665.
HSL color Cylindrical-coordinate representation of color #414C81: hue angle of 229.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414C81 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 76 | 129 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.49 |
| HSL | 229.69º | 0.33% | 0.38% | - |
| HSV(B) | 229.69º | 0.5% | 0.51% | - |
| XYZ | 8.73 | 7.88 | 21.83 | - |
| YUV | 78.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 129 | 0.50 | 0.41 | 0 | 0.49 | 229.69 | 0.33 | 0.38 |
| Hex | 41 | 4C | 81 | 32 | 29 | 0 | 31 | E6 | 21 | 26 |
| Octal | 101 | 114 | 201 | 62 | 51 | 0 | 61 | 346 | 41 | 46 |
| Binary | 1000001 | 1001100 | 10000001 | 110010 | 101001 | 0 | 110001 | 11100110 | 100001 | 100110 |
Color Harmonies of #414C81
Complementary color
Monochromatic Colors of #414C81
Black with #414C81
Text Example
Text Example
White with #414C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C81; }
p { color: rgb(65,76,129); }
H1.HeaderClassName
{
color: #414C81;
}
.AnyTagClassName
{
color: #414C81;
}
</style>
background-color css
<style>
a { background-color: #414C81; }
a { background-color: rgb(65,76,129); }
div.DivClassName
{
background-color: #414C81;
}
.BgClassName
{
background-color: #414C81;
}
</style>
border-color css
<style>
span { border-color: #414C81; }
span { border-color: rgb(65,76,129); }
td.TdClassName
{
border-color: #414C81;
}
.TagClassName
{
border-color: #414C81;
}
</style>