Shades of Tory Blue #445890
Tints of Tory Blue #445890
RGB
CMYK
RGB Variations
Color information
#445890 (or 0x445890) is known color: Tory Blue. HEX triplet: 44, 58 and 90. RGB value is (68,88,144). Sum of RGB (Red+Green+Blue) = 68+88+144=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #445890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445890 is #BBA76F. Grayscale: #585858. Windows color (decimal): -12298096 or 9459780. OLE color: 9459780.
HSL color Cylindrical-coordinate representation of color #445890: hue angle of 224.21º 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 #445890 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 88 | 144 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.44 |
| HSL | 224.21º | 0.36% | 0.42% | - |
| HSV(B) | 224.21º | 0.53% | 0.56% | - |
| XYZ | 10.91 | 10.22 | 27.78 | - |
| YUV | 88.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 144 | 0.53 | 0.39 | 0 | 0.44 | 224.21 | 0.36 | 0.42 |
| Hex | 44 | 58 | 90 | 35 | 27 | 0 | 2C | E0 | 24 | 2A |
| Octal | 104 | 130 | 220 | 65 | 47 | 0 | 54 | 340 | 44 | 52 |
| Binary | 1000100 | 1011000 | 10010000 | 110101 | 100111 | 0 | 101100 | 11100000 | 100100 | 101010 |
Color Harmonies of #445890
Complementary color
Monochromatic Colors of #445890
Black with #445890
Text Example
Text Example
White with #445890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445890; }
p { color: rgb(68,88,144); }
H1.HeaderClassName
{
color: #445890;
}
.AnyTagClassName
{
color: #445890;
}
</style>
background-color css
<style>
a { background-color: #445890; }
a { background-color: rgb(68,88,144); }
div.DivClassName
{
background-color: #445890;
}
.BgClassName
{
background-color: #445890;
}
</style>
border-color css
<style>
span { border-color: #445890; }
span { border-color: rgb(68,88,144); }
td.TdClassName
{
border-color: #445890;
}
.TagClassName
{
border-color: #445890;
}
</style>