Shades of Tory Blue #45528B
Tints of Tory Blue #45528B
RGB
CMYK
RGB Variations
Color information
#45528B (or 0x45528B) is known color: Tory Blue. HEX triplet: 45, 52 and 8B. RGB value is (69,82,139). Sum of RGB (Red+Green+Blue) = 69+82+139=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #45528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45528B is #BAAD74. Grayscale: #545454. Windows color (decimal): -12234101 or 9130565. OLE color: 9130565.
HSL color Cylindrical-coordinate representation of color #45528B: hue angle of 228.86º 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 #45528B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 82 | 139 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.45 |
| HSL | 228.86º | 0.34% | 0.41% | - |
| HSV(B) | 228.86º | 0.5% | 0.55% | - |
| XYZ | 10.13 | 9.16 | 25.66 | - |
| YUV | 84.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 139 | 0.50 | 0.41 | 0 | 0.45 | 228.86 | 0.34 | 0.41 |
| Hex | 45 | 52 | 8B | 32 | 29 | 0 | 2D | E5 | 22 | 29 |
| Octal | 105 | 122 | 213 | 62 | 51 | 0 | 55 | 345 | 42 | 51 |
| Binary | 1000101 | 1010010 | 10001011 | 110010 | 101001 | 0 | 101101 | 11100101 | 100010 | 101001 |
Color Harmonies of #45528B
Complementary color
Monochromatic Colors of #45528B
Black with #45528B
Text Example
Text Example
White with #45528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45528B; }
p { color: rgb(69,82,139); }
H1.HeaderClassName
{
color: #45528B;
}
.AnyTagClassName
{
color: #45528B;
}
</style>
background-color css
<style>
a { background-color: #45528B; }
a { background-color: rgb(69,82,139); }
div.DivClassName
{
background-color: #45528B;
}
.BgClassName
{
background-color: #45528B;
}
</style>
border-color css
<style>
span { border-color: #45528B; }
span { border-color: rgb(69,82,139); }
td.TdClassName
{
border-color: #45528B;
}
.TagClassName
{
border-color: #45528B;
}
</style>