Shades of Tory Blue #47578D
Tints of Tory Blue #47578D
RGB
CMYK
RGB Variations
Color information
#47578D (or 0x47578D) is known color: Tory Blue. HEX triplet: 47, 57 and 8D. RGB value is (71,87,141). Sum of RGB (Red+Green+Blue) = 71+87+141=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #47578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47578D is #B8A872. Grayscale: #585858. Windows color (decimal): -12101747 or 9262919. OLE color: 9262919.
HSL color Cylindrical-coordinate representation of color #47578D: hue angle of 226.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47578D is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 87 | 141 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.45 |
| HSL | 226.29º | 0.33% | 0.42% | - |
| HSV(B) | 226.29º | 0.5% | 0.55% | - |
| XYZ | 10.81 | 10.08 | 26.57 | - |
| YUV | 88.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 141 | 0.50 | 0.38 | 0 | 0.45 | 226.29 | 0.33 | 0.42 |
| Hex | 47 | 57 | 8D | 32 | 26 | 0 | 2D | E2 | 21 | 2A |
| Octal | 107 | 127 | 215 | 62 | 46 | 0 | 55 | 342 | 41 | 52 |
| Binary | 1000111 | 1010111 | 10001101 | 110010 | 100110 | 0 | 101101 | 11100010 | 100001 | 101010 |
Color Harmonies of #47578D
Complementary color
Monochromatic Colors of #47578D
Black with #47578D
Text Example
Text Example
White with #47578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47578D; }
p { color: rgb(71,87,141); }
H1.HeaderClassName
{
color: #47578D;
}
.AnyTagClassName
{
color: #47578D;
}
</style>
background-color css
<style>
a { background-color: #47578D; }
a { background-color: rgb(71,87,141); }
div.DivClassName
{
background-color: #47578D;
}
.BgClassName
{
background-color: #47578D;
}
</style>
border-color css
<style>
span { border-color: #47578D; }
span { border-color: rgb(71,87,141); }
td.TdClassName
{
border-color: #47578D;
}
.TagClassName
{
border-color: #47578D;
}
</style>