Shades of Tory Blue #444E89
Tints of Tory Blue #444E89
RGB
CMYK
RGB Variations
Color information
#444E89 (or 0x444E89) is known color: Tory Blue. HEX triplet: 44, 4E and 89. RGB value is (68,78,137). Sum of RGB (Red+Green+Blue) = 68+78+137=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #444E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E89 is #BBB176. Grayscale: #515151. Windows color (decimal): -12300663 or 8998468. OLE color: 8998468.
HSL color Cylindrical-coordinate representation of color #444E89: hue angle of 231.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444E89 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 78 | 137 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.46 |
| HSL | 231.3º | 0.34% | 0.4% | - |
| HSV(B) | 231.3º | 0.5% | 0.54% | - |
| XYZ | 9.62 | 8.48 | 24.8 | - |
| YUV | 81.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 137 | 0.50 | 0.43 | 0 | 0.46 | 231.3 | 0.34 | 0.4 |
| Hex | 44 | 4E | 89 | 32 | 2B | 0 | 2E | E7 | 22 | 28 |
| Octal | 104 | 116 | 211 | 62 | 53 | 0 | 56 | 347 | 42 | 50 |
| Binary | 1000100 | 1001110 | 10001001 | 110010 | 101011 | 0 | 101110 | 11100111 | 100010 | 101000 |
Color Harmonies of #444E89
Complementary color
Monochromatic Colors of #444E89
Black with #444E89
Text Example
Text Example
White with #444E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E89; }
p { color: rgb(68,78,137); }
H1.HeaderClassName
{
color: #444E89;
}
.AnyTagClassName
{
color: #444E89;
}
</style>
background-color css
<style>
a { background-color: #444E89; }
a { background-color: rgb(68,78,137); }
div.DivClassName
{
background-color: #444E89;
}
.BgClassName
{
background-color: #444E89;
}
</style>
border-color css
<style>
span { border-color: #444E89; }
span { border-color: rgb(68,78,137); }
td.TdClassName
{
border-color: #444E89;
}
.TagClassName
{
border-color: #444E89;
}
</style>