Shades of Tory Blue #44548A
Tints of Tory Blue #44548A
RGB
CMYK
RGB Variations
Color information
#44548A (or 0x44548A) is known color: Tory Blue. HEX triplet: 44, 54 and 8A. RGB value is (68,84,138). Sum of RGB (Red+Green+Blue) = 68+84+138=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #44548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44548A is #BBAB75. Grayscale: #555555. Windows color (decimal): -12299126 or 9065540. OLE color: 9065540.
HSL color Cylindrical-coordinate representation of color #44548A: hue angle of 226.29º 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 #44548A is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 84 | 138 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.46 |
| HSL | 226.29º | 0.34% | 0.4% | - |
| HSV(B) | 226.29º | 0.51% | 0.54% | - |
| XYZ | 10.14 | 9.4 | 25.33 | - |
| YUV | 85.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 138 | 0.51 | 0.39 | 0 | 0.46 | 226.29 | 0.34 | 0.4 |
| Hex | 44 | 54 | 8A | 33 | 27 | 0 | 2E | E2 | 22 | 28 |
| Octal | 104 | 124 | 212 | 63 | 47 | 0 | 56 | 342 | 42 | 50 |
| Binary | 1000100 | 1010100 | 10001010 | 110011 | 100111 | 0 | 101110 | 11100010 | 100010 | 101000 |
Color Harmonies of #44548A
Complementary color
Monochromatic Colors of #44548A
Black with #44548A
Text Example
Text Example
White with #44548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44548A; }
p { color: rgb(68,84,138); }
H1.HeaderClassName
{
color: #44548A;
}
.AnyTagClassName
{
color: #44548A;
}
</style>
background-color css
<style>
a { background-color: #44548A; }
a { background-color: rgb(68,84,138); }
div.DivClassName
{
background-color: #44548A;
}
.BgClassName
{
background-color: #44548A;
}
</style>
border-color css
<style>
span { border-color: #44548A; }
span { border-color: rgb(68,84,138); }
td.TdClassName
{
border-color: #44548A;
}
.TagClassName
{
border-color: #44548A;
}
</style>