Shades of Tory Blue #47598E
Tints of Tory Blue #47598E
RGB
CMYK
RGB Variations
Color information
#47598E (or 0x47598E) is known color: Tory Blue. HEX triplet: 47, 59 and 8E. RGB value is (71,89,142). Sum of RGB (Red+Green+Blue) = 71+89+142=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #47598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47598E is #B8A671. Grayscale: #595959. Windows color (decimal): -12101234 or 9328967. OLE color: 9328967.
HSL color Cylindrical-coordinate representation of color #47598E: hue angle of 224.79º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47598E is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 89 | 142 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.44 |
| HSL | 224.79º | 0.33% | 0.42% | - |
| HSV(B) | 224.79º | 0.5% | 0.56% | - |
| XYZ | 11.05 | 10.44 | 27.02 | - |
| YUV | 89.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 142 | 0.5 | 0.37 | 0 | 0.44 | 224.79 | 0.33 | 0.42 |
| Hex | 47 | 59 | 8E | 32 | 25 | 0 | 2C | E1 | 21 | 2A |
| Octal | 107 | 131 | 216 | 62 | 45 | 0 | 54 | 341 | 41 | 52 |
| Binary | 1000111 | 1011001 | 10001110 | 110010 | 100101 | 0 | 101100 | 11100001 | 100001 | 101010 |
Color Harmonies of #47598E
Complementary color
Monochromatic Colors of #47598E
Black with #47598E
Text Example
Text Example
White with #47598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47598E; }
p { color: rgb(71,89,142); }
H1.HeaderClassName
{
color: #47598E;
}
.AnyTagClassName
{
color: #47598E;
}
</style>
background-color css
<style>
a { background-color: #47598E; }
a { background-color: rgb(71,89,142); }
div.DivClassName
{
background-color: #47598E;
}
.BgClassName
{
background-color: #47598E;
}
</style>
border-color css
<style>
span { border-color: #47598E; }
span { border-color: rgb(71,89,142); }
td.TdClassName
{
border-color: #47598E;
}
.TagClassName
{
border-color: #47598E;
}
</style>