Shades of Tory Blue #445690
Tints of Tory Blue #445690
RGB
CMYK
RGB Variations
Color information
#445690 (or 0x445690) is known color: Tory Blue. HEX triplet: 44, 56 and 90. RGB value is (68,86,144). Sum of RGB (Red+Green+Blue) = 68+86+144=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #445690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445690 is #BBA96F. Grayscale: #565656. Windows color (decimal): -12298608 or 9459268. OLE color: 9459268.
HSL color Cylindrical-coordinate representation of color #445690: hue angle of 225.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445690 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 86 | 144 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.44 |
| HSL | 225.79º | 0.36% | 0.42% | - |
| HSV(B) | 225.79º | 0.53% | 0.56% | - |
| XYZ | 10.75 | 9.9 | 27.73 | - |
| YUV | 87.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 144 | 0.53 | 0.40 | 0 | 0.44 | 225.79 | 0.36 | 0.42 |
| Hex | 44 | 56 | 90 | 35 | 28 | 0 | 2C | E2 | 24 | 2A |
| Octal | 104 | 126 | 220 | 65 | 50 | 0 | 54 | 342 | 44 | 52 |
| Binary | 1000100 | 1010110 | 10010000 | 110101 | 101000 | 0 | 101100 | 11100010 | 100100 | 101010 |
Color Harmonies of #445690
Complementary color
Monochromatic Colors of #445690
Black with #445690
Text Example
Text Example
White with #445690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445690; }
p { color: rgb(68,86,144); }
H1.HeaderClassName
{
color: #445690;
}
.AnyTagClassName
{
color: #445690;
}
</style>
background-color css
<style>
a { background-color: #445690; }
a { background-color: rgb(68,86,144); }
div.DivClassName
{
background-color: #445690;
}
.BgClassName
{
background-color: #445690;
}
</style>
border-color css
<style>
span { border-color: #445690; }
span { border-color: rgb(68,86,144); }
td.TdClassName
{
border-color: #445690;
}
.TagClassName
{
border-color: #445690;
}
</style>