Shades of Tory Blue #45548C
Tints of Tory Blue #45548C
RGB
CMYK
RGB Variations
Color information
#45548C (or 0x45548C) is known color: Tory Blue. HEX triplet: 45, 54 and 8C. RGB value is (69,84,140). Sum of RGB (Red+Green+Blue) = 69+84+140=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #45548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45548C is #BAAB73. Grayscale: #555555. Windows color (decimal): -12233588 or 9196613. OLE color: 9196613.
HSL color Cylindrical-coordinate representation of color #45548C: hue angle of 227.32º 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 #45548C is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 84 | 140 | - |
| CMYK | 0.51 | 0.4 | 0 | 0.45 |
| HSL | 227.32º | 0.34% | 0.41% | - |
| HSV(B) | 227.32º | 0.51% | 0.55% | - |
| XYZ | 10.36 | 9.5 | 26.1 | - |
| YUV | 85.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 140 | 0.51 | 0.4 | 0 | 0.45 | 227.32 | 0.34 | 0.41 |
| Hex | 45 | 54 | 8C | 33 | 28 | 0 | 2D | E3 | 22 | 29 |
| Octal | 105 | 124 | 214 | 63 | 50 | 0 | 55 | 343 | 42 | 51 |
| Binary | 1000101 | 1010100 | 10001100 | 110011 | 101000 | 0 | 101101 | 11100011 | 100010 | 101001 |
Color Harmonies of #45548C
Complementary color
Monochromatic Colors of #45548C
Black with #45548C
Text Example
Text Example
White with #45548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45548C; }
p { color: rgb(69,84,140); }
H1.HeaderClassName
{
color: #45548C;
}
.AnyTagClassName
{
color: #45548C;
}
</style>
background-color css
<style>
a { background-color: #45548C; }
a { background-color: rgb(69,84,140); }
div.DivClassName
{
background-color: #45548C;
}
.BgClassName
{
background-color: #45548C;
}
</style>
border-color css
<style>
span { border-color: #45548C; }
span { border-color: rgb(69,84,140); }
td.TdClassName
{
border-color: #45548C;
}
.TagClassName
{
border-color: #45548C;
}
</style>