Shades of Tory Blue #45558B
Tints of Tory Blue #45558B
RGB
CMYK
RGB Variations
Color information
#45558B (or 0x45558B) is known color: Tory Blue. HEX triplet: 45, 55 and 8B. RGB value is (69,85,139). Sum of RGB (Red+Green+Blue) = 69+85+139=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #45558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45558B is #BAAA74. Grayscale: #565656. Windows color (decimal): -12233333 or 9131333. OLE color: 9131333.
HSL color Cylindrical-coordinate representation of color #45558B: hue angle of 226.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45558B is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 85 | 139 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.45 |
| HSL | 226.29º | 0.34% | 0.41% | - |
| HSV(B) | 226.29º | 0.5% | 0.55% | - |
| XYZ | 10.36 | 9.63 | 25.74 | - |
| YUV | 86.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 139 | 0.50 | 0.39 | 0 | 0.45 | 226.29 | 0.34 | 0.41 |
| Hex | 45 | 55 | 8B | 32 | 27 | 0 | 2D | E2 | 22 | 29 |
| Octal | 105 | 125 | 213 | 62 | 47 | 0 | 55 | 342 | 42 | 51 |
| Binary | 1000101 | 1010101 | 10001011 | 110010 | 100111 | 0 | 101101 | 11100010 | 100010 | 101001 |
Color Harmonies of #45558B
Complementary color
Monochromatic Colors of #45558B
Black with #45558B
Text Example
Text Example
White with #45558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45558B; }
p { color: rgb(69,85,139); }
H1.HeaderClassName
{
color: #45558B;
}
.AnyTagClassName
{
color: #45558B;
}
</style>
background-color css
<style>
a { background-color: #45558B; }
a { background-color: rgb(69,85,139); }
div.DivClassName
{
background-color: #45558B;
}
.BgClassName
{
background-color: #45558B;
}
</style>
border-color css
<style>
span { border-color: #45558B; }
span { border-color: rgb(69,85,139); }
td.TdClassName
{
border-color: #45558B;
}
.TagClassName
{
border-color: #45558B;
}
</style>