Shades of Tory Blue #444C87
Tints of Tory Blue #444C87
RGB
CMYK
RGB Variations
Color information
#444C87 (or 0x444C87) is known color: Tory Blue. HEX triplet: 44, 4C and 87. RGB value is (68,76,135). Sum of RGB (Red+Green+Blue) = 68+76+135=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #444C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C87 is #BBB378. Grayscale: #505050. Windows color (decimal): -12301177 or 8866884. OLE color: 8866884.
HSL color Cylindrical-coordinate representation of color #444C87: hue angle of 232.84º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444C87 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 76 | 135 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.47 |
| HSL | 232.84º | 0.33% | 0.4% | - |
| HSV(B) | 232.84º | 0.5% | 0.53% | - |
| XYZ | 9.34 | 8.15 | 24 | - |
| YUV | 80.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 135 | 0.50 | 0.44 | 0 | 0.47 | 232.84 | 0.33 | 0.4 |
| Hex | 44 | 4C | 87 | 32 | 2C | 0 | 2F | E9 | 21 | 28 |
| Octal | 104 | 114 | 207 | 62 | 54 | 0 | 57 | 351 | 41 | 50 |
| Binary | 1000100 | 1001100 | 10000111 | 110010 | 101100 | 0 | 101111 | 11101001 | 100001 | 101000 |
Color Harmonies of #444C87
Complementary color
Monochromatic Colors of #444C87
Black with #444C87
Text Example
Text Example
White with #444C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C87; }
p { color: rgb(68,76,135); }
H1.HeaderClassName
{
color: #444C87;
}
.AnyTagClassName
{
color: #444C87;
}
</style>
background-color css
<style>
a { background-color: #444C87; }
a { background-color: rgb(68,76,135); }
div.DivClassName
{
background-color: #444C87;
}
.BgClassName
{
background-color: #444C87;
}
</style>
border-color css
<style>
span { border-color: #444C87; }
span { border-color: rgb(68,76,135); }
td.TdClassName
{
border-color: #444C87;
}
.TagClassName
{
border-color: #444C87;
}
</style>