Shades of Tory Blue #414E83
Tints of Tory Blue #414E83
RGB
CMYK
RGB Variations
Color information
#414E83 (or 0x414E83) is known color: Tory Blue. HEX triplet: 41, 4E and 83. RGB value is (65,78,131). Sum of RGB (Red+Green+Blue) = 65+78+131=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #414E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E83 is #BEB17C. Grayscale: #4F4F4F. Windows color (decimal): -12497277 or 8605249. OLE color: 8605249.
HSL color Cylindrical-coordinate representation of color #414E83: hue angle of 228.18º degrees, saturation: 0.34, 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 #414E83 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 78 | 131 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.49 |
| HSL | 228.18º | 0.34% | 0.38% | - |
| HSV(B) | 228.18º | 0.5% | 0.51% | - |
| XYZ | 9 | 8.21 | 22.58 | - |
| YUV | 80.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 131 | 0.50 | 0.40 | 0 | 0.49 | 228.18 | 0.34 | 0.38 |
| Hex | 41 | 4E | 83 | 32 | 28 | 0 | 31 | E4 | 22 | 26 |
| Octal | 101 | 116 | 203 | 62 | 50 | 0 | 61 | 344 | 42 | 46 |
| Binary | 1000001 | 1001110 | 10000011 | 110010 | 101000 | 0 | 110001 | 11100100 | 100010 | 100110 |
Color Harmonies of #414E83
Complementary color
Monochromatic Colors of #414E83
Black with #414E83
Text Example
Text Example
White with #414E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E83; }
p { color: rgb(65,78,131); }
H1.HeaderClassName
{
color: #414E83;
}
.AnyTagClassName
{
color: #414E83;
}
</style>
background-color css
<style>
a { background-color: #414E83; }
a { background-color: rgb(65,78,131); }
div.DivClassName
{
background-color: #414E83;
}
.BgClassName
{
background-color: #414E83;
}
</style>
border-color css
<style>
span { border-color: #414E83; }
span { border-color: rgb(65,78,131); }
td.TdClassName
{
border-color: #414E83;
}
.TagClassName
{
border-color: #414E83;
}
</style>