Shades of Tory Blue #405086
Tints of Tory Blue #405086
RGB
CMYK
RGB Variations
Color information
#405086 (or 0x405086) is known color: Tory Blue. HEX triplet: 40, 50 and 86. RGB value is (64,80,134). Sum of RGB (Red+Green+Blue) = 64+80+134=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #405086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405086 is #BFAF79. Grayscale: #515151. Windows color (decimal): -12562298 or 8802368. OLE color: 8802368.
HSL color Cylindrical-coordinate representation of color #405086: hue angle of 226.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405086 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 80 | 134 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.47 |
| HSL | 226.29º | 0.35% | 0.39% | - |
| HSV(B) | 226.29º | 0.52% | 0.53% | - |
| XYZ | 9.29 | 8.55 | 23.71 | - |
| YUV | 81.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 134 | 0.52 | 0.40 | 0 | 0.47 | 226.29 | 0.35 | 0.39 |
| Hex | 40 | 50 | 86 | 34 | 28 | 0 | 2F | E2 | 23 | 27 |
| Octal | 100 | 120 | 206 | 64 | 50 | 0 | 57 | 342 | 43 | 47 |
| Binary | 1000000 | 1010000 | 10000110 | 110100 | 101000 | 0 | 101111 | 11100010 | 100011 | 100111 |
Color Harmonies of #405086
Complementary color
Monochromatic Colors of #405086
Black with #405086
Text Example
Text Example
White with #405086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405086; }
p { color: rgb(64,80,134); }
H1.HeaderClassName
{
color: #405086;
}
.AnyTagClassName
{
color: #405086;
}
</style>
background-color css
<style>
a { background-color: #405086; }
a { background-color: rgb(64,80,134); }
div.DivClassName
{
background-color: #405086;
}
.BgClassName
{
background-color: #405086;
}
</style>
border-color css
<style>
span { border-color: #405086; }
span { border-color: rgb(64,80,134); }
td.TdClassName
{
border-color: #405086;
}
.TagClassName
{
border-color: #405086;
}
</style>