Shades of Tory Blue #49578B
Tints of Tory Blue #49578B
RGB
CMYK
RGB Variations
Color information
#49578B (or 0x49578B) is known color: Tory Blue. HEX triplet: 49, 57 and 8B. RGB value is (73,87,139). Sum of RGB (Red+Green+Blue) = 73+87+139=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #49578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49578B is #B6A874. Grayscale: #585858. Windows color (decimal): -11970677 or 9131849. OLE color: 9131849.
HSL color Cylindrical-coordinate representation of color #49578B: hue angle of 227.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49578B is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 87 | 139 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.45 |
| HSL | 227.27º | 0.31% | 0.42% | - |
| HSV(B) | 227.27º | 0.47% | 0.55% | - |
| XYZ | 10.82 | 10.1 | 25.8 | - |
| YUV | 88.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 139 | 0.47 | 0.37 | 0 | 0.45 | 227.27 | 0.31 | 0.42 |
| Hex | 49 | 57 | 8B | 2F | 25 | 0 | 2D | E3 | 1F | 2A |
| Octal | 111 | 127 | 213 | 57 | 45 | 0 | 55 | 343 | 37 | 52 |
| Binary | 1001001 | 1010111 | 10001011 | 101111 | 100101 | 0 | 101101 | 11100011 | 11111 | 101010 |
Color Harmonies of #49578B
Complementary color
Monochromatic Colors of #49578B
Black with #49578B
Text Example
Text Example
White with #49578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49578B; }
p { color: rgb(73,87,139); }
H1.HeaderClassName
{
color: #49578B;
}
.AnyTagClassName
{
color: #49578B;
}
</style>
background-color css
<style>
a { background-color: #49578B; }
a { background-color: rgb(73,87,139); }
div.DivClassName
{
background-color: #49578B;
}
.BgClassName
{
background-color: #49578B;
}
</style>
border-color css
<style>
span { border-color: #49578B; }
span { border-color: rgb(73,87,139); }
td.TdClassName
{
border-color: #49578B;
}
.TagClassName
{
border-color: #49578B;
}
</style>