Shades of Tory Blue #45558F
Tints of Tory Blue #45558F
RGB
CMYK
RGB Variations
Color information
#45558F (or 0x45558F) is known color: Tory Blue. HEX triplet: 45, 55 and 8F. RGB value is (69,85,143). Sum of RGB (Red+Green+Blue) = 69+85+143=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #45558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45558F is #BAAA70. Grayscale: #565656. Windows color (decimal): -12233329 or 9393477. OLE color: 9393477.
HSL color Cylindrical-coordinate representation of color #45558F: hue angle of 227.03º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45558F is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 85 | 143 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.44 |
| HSL | 227.03º | 0.35% | 0.42% | - |
| HSV(B) | 227.03º | 0.52% | 0.56% | - |
| XYZ | 10.66 | 9.75 | 27.31 | - |
| YUV | 86.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 143 | 0.52 | 0.41 | 0 | 0.44 | 227.03 | 0.35 | 0.42 |
| Hex | 45 | 55 | 8F | 34 | 29 | 0 | 2C | E3 | 23 | 2A |
| Octal | 105 | 125 | 217 | 64 | 51 | 0 | 54 | 343 | 43 | 52 |
| Binary | 1000101 | 1010101 | 10001111 | 110100 | 101001 | 0 | 101100 | 11100011 | 100011 | 101010 |
Color Harmonies of #45558F
Complementary color
Monochromatic Colors of #45558F
Black with #45558F
Text Example
Text Example
White with #45558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45558F; }
p { color: rgb(69,85,143); }
H1.HeaderClassName
{
color: #45558F;
}
.AnyTagClassName
{
color: #45558F;
}
</style>
background-color css
<style>
a { background-color: #45558F; }
a { background-color: rgb(69,85,143); }
div.DivClassName
{
background-color: #45558F;
}
.BgClassName
{
background-color: #45558F;
}
</style>
border-color css
<style>
span { border-color: #45558F; }
span { border-color: rgb(69,85,143); }
td.TdClassName
{
border-color: #45558F;
}
.TagClassName
{
border-color: #45558F;
}
</style>