Shades of Tory Blue #45598C
Tints of Tory Blue #45598C
RGB
CMYK
RGB Variations
Color information
#45598C (or 0x45598C) is known color: Tory Blue. HEX triplet: 45, 59 and 8C. RGB value is (69,89,140). Sum of RGB (Red+Green+Blue) = 69+89+140=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #45598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45598C is #BAA673. Grayscale: #585858. Windows color (decimal): -12232308 or 9197893. OLE color: 9197893.
HSL color Cylindrical-coordinate representation of color #45598C: hue angle of 223.1º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45598C is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 89 | 140 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.45 |
| HSL | 223.1º | 0.34% | 0.41% | - |
| HSV(B) | 223.1º | 0.51% | 0.55% | - |
| XYZ | 10.76 | 10.3 | 26.23 | - |
| YUV | 88.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 140 | 0.51 | 0.36 | 0 | 0.45 | 223.1 | 0.34 | 0.41 |
| Hex | 45 | 59 | 8C | 33 | 24 | 0 | 2D | DF | 22 | 29 |
| Octal | 105 | 131 | 214 | 63 | 44 | 0 | 55 | 337 | 42 | 51 |
| Binary | 1000101 | 1011001 | 10001100 | 110011 | 100100 | 0 | 101101 | 11011111 | 100010 | 101001 |
Color Harmonies of #45598C
Complementary color
Monochromatic Colors of #45598C
Black with #45598C
Text Example
Text Example
White with #45598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45598C; }
p { color: rgb(69,89,140); }
H1.HeaderClassName
{
color: #45598C;
}
.AnyTagClassName
{
color: #45598C;
}
</style>
background-color css
<style>
a { background-color: #45598C; }
a { background-color: rgb(69,89,140); }
div.DivClassName
{
background-color: #45598C;
}
.BgClassName
{
background-color: #45598C;
}
</style>
border-color css
<style>
span { border-color: #45598C; }
span { border-color: rgb(69,89,140); }
td.TdClassName
{
border-color: #45598C;
}
.TagClassName
{
border-color: #45598C;
}
</style>