Shades of Tory Blue #49568B
Tints of Tory Blue #49568B
RGB
CMYK
RGB Variations
Color information
#49568B (or 0x49568B) is known color: Tory Blue. HEX triplet: 49, 56 and 8B. RGB value is (73,86,139). Sum of RGB (Red+Green+Blue) = 73+86+139=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #49568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49568B is #B6A974. Grayscale: #575757. Windows color (decimal): -11970933 or 9131593. OLE color: 9131593.
HSL color Cylindrical-coordinate representation of color #49568B: hue angle of 228.18º 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 #49568B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 86 | 139 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.45 |
| HSL | 228.18º | 0.31% | 0.42% | - |
| HSV(B) | 228.18º | 0.47% | 0.55% | - |
| XYZ | 10.74 | 9.94 | 25.78 | - |
| YUV | 88.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 139 | 0.47 | 0.38 | 0 | 0.45 | 228.18 | 0.31 | 0.42 |
| Hex | 49 | 56 | 8B | 2F | 26 | 0 | 2D | E4 | 1F | 2A |
| Octal | 111 | 126 | 213 | 57 | 46 | 0 | 55 | 344 | 37 | 52 |
| Binary | 1001001 | 1010110 | 10001011 | 101111 | 100110 | 0 | 101101 | 11100100 | 11111 | 101010 |
Color Harmonies of #49568B
Complementary color
Monochromatic Colors of #49568B
Black with #49568B
Text Example
Text Example
White with #49568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49568B; }
p { color: rgb(73,86,139); }
H1.HeaderClassName
{
color: #49568B;
}
.AnyTagClassName
{
color: #49568B;
}
</style>
background-color css
<style>
a { background-color: #49568B; }
a { background-color: rgb(73,86,139); }
div.DivClassName
{
background-color: #49568B;
}
.BgClassName
{
background-color: #49568B;
}
</style>
border-color css
<style>
span { border-color: #49568B; }
span { border-color: rgb(73,86,139); }
td.TdClassName
{
border-color: #49568B;
}
.TagClassName
{
border-color: #49568B;
}
</style>