Shades of Tory Blue #44518A
Tints of Tory Blue #44518A
RGB
CMYK
RGB Variations
Color information
#44518A (or 0x44518A) is known color: Tory Blue. HEX triplet: 44, 51 and 8A. RGB value is (68,81,138). Sum of RGB (Red+Green+Blue) = 68+81+138=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #44518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44518A is #BBAE75. Grayscale: #535353. Windows color (decimal): -12299894 or 9064772. OLE color: 9064772.
HSL color Cylindrical-coordinate representation of color #44518A: hue angle of 228.86º 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 #44518A is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 81 | 138 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.46 |
| HSL | 228.86º | 0.34% | 0.4% | - |
| HSV(B) | 228.86º | 0.51% | 0.54% | - |
| XYZ | 9.91 | 8.95 | 25.25 | - |
| YUV | 83.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 138 | 0.51 | 0.41 | 0 | 0.46 | 228.86 | 0.34 | 0.4 |
| Hex | 44 | 51 | 8A | 33 | 29 | 0 | 2E | E5 | 22 | 28 |
| Octal | 104 | 121 | 212 | 63 | 51 | 0 | 56 | 345 | 42 | 50 |
| Binary | 1000100 | 1010001 | 10001010 | 110011 | 101001 | 0 | 101110 | 11100101 | 100010 | 101000 |
Color Harmonies of #44518A
Complementary color
Monochromatic Colors of #44518A
Black with #44518A
Text Example
Text Example
White with #44518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44518A; }
p { color: rgb(68,81,138); }
H1.HeaderClassName
{
color: #44518A;
}
.AnyTagClassName
{
color: #44518A;
}
</style>
background-color css
<style>
a { background-color: #44518A; }
a { background-color: rgb(68,81,138); }
div.DivClassName
{
background-color: #44518A;
}
.BgClassName
{
background-color: #44518A;
}
</style>
border-color css
<style>
span { border-color: #44518A; }
span { border-color: rgb(68,81,138); }
td.TdClassName
{
border-color: #44518A;
}
.TagClassName
{
border-color: #44518A;
}
</style>