Shades of Tory Blue #45558C
Tints of Tory Blue #45558C
RGB
CMYK
RGB Variations
Color information
#45558C (or 0x45558C) is known color: Tory Blue. HEX triplet: 45, 55 and 8C. RGB value is (69,85,140). Sum of RGB (Red+Green+Blue) = 69+85+140=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #45558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45558C is #BAAA73. Grayscale: #565656. Windows color (decimal): -12233332 or 9196869. OLE color: 9196869.
HSL color Cylindrical-coordinate representation of color #45558C: hue angle of 226.48º 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 #45558C is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 85 | 140 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.45 |
| HSL | 226.48º | 0.34% | 0.41% | - |
| HSV(B) | 226.48º | 0.51% | 0.55% | - |
| XYZ | 10.44 | 9.66 | 26.12 | - |
| YUV | 86.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 140 | 0.51 | 0.39 | 0 | 0.45 | 226.48 | 0.34 | 0.41 |
| Hex | 45 | 55 | 8C | 33 | 27 | 0 | 2D | E2 | 22 | 29 |
| Octal | 105 | 125 | 214 | 63 | 47 | 0 | 55 | 342 | 42 | 51 |
| Binary | 1000101 | 1010101 | 10001100 | 110011 | 100111 | 0 | 101101 | 11100010 | 100010 | 101001 |
Color Harmonies of #45558C
Complementary color
Monochromatic Colors of #45558C
Black with #45558C
Text Example
Text Example
White with #45558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45558C; }
p { color: rgb(69,85,140); }
H1.HeaderClassName
{
color: #45558C;
}
.AnyTagClassName
{
color: #45558C;
}
</style>
background-color css
<style>
a { background-color: #45558C; }
a { background-color: rgb(69,85,140); }
div.DivClassName
{
background-color: #45558C;
}
.BgClassName
{
background-color: #45558C;
}
</style>
border-color css
<style>
span { border-color: #45558C; }
span { border-color: rgb(69,85,140); }
td.TdClassName
{
border-color: #45558C;
}
.TagClassName
{
border-color: #45558C;
}
</style>