Shades of Tory Blue #445186
Tints of Tory Blue #445186
RGB
CMYK
RGB Variations
Color information
#445186 (or 0x445186) is known color: Tory Blue. HEX triplet: 44, 51 and 86. RGB value is (68,81,134). Sum of RGB (Red+Green+Blue) = 68+81+134=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #445186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445186 is #BBAE79. Grayscale: #525252. Windows color (decimal): -12299898 or 8802628. OLE color: 8802628.
HSL color Cylindrical-coordinate representation of color #445186: hue angle of 228.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445186 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 81 | 134 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.47 |
| HSL | 228.18º | 0.33% | 0.4% | - |
| HSV(B) | 228.18º | 0.49% | 0.53% | - |
| XYZ | 9.63 | 8.84 | 23.75 | - |
| YUV | 83.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 134 | 0.49 | 0.40 | 0 | 0.47 | 228.18 | 0.33 | 0.4 |
| Hex | 44 | 51 | 86 | 31 | 28 | 0 | 2F | E4 | 21 | 28 |
| Octal | 104 | 121 | 206 | 61 | 50 | 0 | 57 | 344 | 41 | 50 |
| Binary | 1000100 | 1010001 | 10000110 | 110001 | 101000 | 0 | 101111 | 11100100 | 100001 | 101000 |
Color Harmonies of #445186
Complementary color
Monochromatic Colors of #445186
Black with #445186
Text Example
Text Example
White with #445186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445186; }
p { color: rgb(68,81,134); }
H1.HeaderClassName
{
color: #445186;
}
.AnyTagClassName
{
color: #445186;
}
</style>
background-color css
<style>
a { background-color: #445186; }
a { background-color: rgb(68,81,134); }
div.DivClassName
{
background-color: #445186;
}
.BgClassName
{
background-color: #445186;
}
</style>
border-color css
<style>
span { border-color: #445186; }
span { border-color: rgb(68,81,134); }
td.TdClassName
{
border-color: #445186;
}
.TagClassName
{
border-color: #445186;
}
</style>