Shades of Tory Blue #49588C
Tints of Tory Blue #49588C
RGB
CMYK
RGB Variations
Color information
#49588C (or 0x49588C) is known color: Tory Blue. HEX triplet: 49, 58 and 8C. RGB value is (73,88,140). Sum of RGB (Red+Green+Blue) = 73+88+140=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #49588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588C is #B6A773. Grayscale: #595959. Windows color (decimal): -11970420 or 9197641. OLE color: 9197641.
HSL color Cylindrical-coordinate representation of color #49588C: hue angle of 226.57º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49588C is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 88 | 140 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.45 |
| HSL | 226.57º | 0.31% | 0.42% | - |
| HSV(B) | 226.57º | 0.48% | 0.55% | - |
| XYZ | 10.97 | 10.29 | 26.22 | - |
| YUV | 89.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 140 | 0.48 | 0.37 | 0 | 0.45 | 226.57 | 0.31 | 0.42 |
| Hex | 49 | 58 | 8C | 30 | 25 | 0 | 2D | E3 | 1F | 2A |
| Octal | 111 | 130 | 214 | 60 | 45 | 0 | 55 | 343 | 37 | 52 |
| Binary | 1001001 | 1011000 | 10001100 | 110000 | 100101 | 0 | 101101 | 11100011 | 11111 | 101010 |
Color Harmonies of #49588C
Complementary color
Monochromatic Colors of #49588C
Black with #49588C
Text Example
Text Example
White with #49588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49588C; }
p { color: rgb(73,88,140); }
H1.HeaderClassName
{
color: #49588C;
}
.AnyTagClassName
{
color: #49588C;
}
</style>
background-color css
<style>
a { background-color: #49588C; }
a { background-color: rgb(73,88,140); }
div.DivClassName
{
background-color: #49588C;
}
.BgClassName
{
background-color: #49588C;
}
</style>
border-color css
<style>
span { border-color: #49588C; }
span { border-color: rgb(73,88,140); }
td.TdClassName
{
border-color: #49588C;
}
.TagClassName
{
border-color: #49588C;
}
</style>