Shades of Tory Blue #444C8A
Tints of Tory Blue #444C8A
RGB
CMYK
RGB Variations
Color information
#444C8A (or 0x444C8A) is known color: Tory Blue. HEX triplet: 44, 4C and 8A. RGB value is (68,76,138). Sum of RGB (Red+Green+Blue) = 68+76+138=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #444C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C8A is #BBB375. Grayscale: #505050. Windows color (decimal): -12301174 or 9063492. OLE color: 9063492.
HSL color Cylindrical-coordinate representation of color #444C8A: hue angle of 233.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444C8A is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 76 | 138 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.46 |
| HSL | 233.14º | 0.34% | 0.4% | - |
| HSV(B) | 233.14º | 0.51% | 0.54% | - |
| XYZ | 9.56 | 8.23 | 25.13 | - |
| YUV | 80.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 138 | 0.51 | 0.45 | 0 | 0.46 | 233.14 | 0.34 | 0.4 |
| Hex | 44 | 4C | 8A | 33 | 2D | 0 | 2E | E9 | 22 | 28 |
| Octal | 104 | 114 | 212 | 63 | 55 | 0 | 56 | 351 | 42 | 50 |
| Binary | 1000100 | 1001100 | 10001010 | 110011 | 101101 | 0 | 101110 | 11101001 | 100010 | 101000 |
Color Harmonies of #444C8A
Complementary color
Monochromatic Colors of #444C8A
Black with #444C8A
Text Example
Text Example
White with #444C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C8A; }
p { color: rgb(68,76,138); }
H1.HeaderClassName
{
color: #444C8A;
}
.AnyTagClassName
{
color: #444C8A;
}
</style>
background-color css
<style>
a { background-color: #444C8A; }
a { background-color: rgb(68,76,138); }
div.DivClassName
{
background-color: #444C8A;
}
.BgClassName
{
background-color: #444C8A;
}
</style>
border-color css
<style>
span { border-color: #444C8A; }
span { border-color: rgb(68,76,138); }
td.TdClassName
{
border-color: #444C8A;
}
.TagClassName
{
border-color: #444C8A;
}
</style>