Shades of Tory Blue #47588C
Tints of Tory Blue #47588C
RGB
CMYK
RGB Variations
Color information
#47588C (or 0x47588C) is known color: Tory Blue. HEX triplet: 47, 58 and 8C. RGB value is (71,88,140). Sum of RGB (Red+Green+Blue) = 71+88+140=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #47588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47588C is #B8A773. Grayscale: #585858. Windows color (decimal): -12101492 or 9197639. OLE color: 9197639.
HSL color Cylindrical-coordinate representation of color #47588C: hue angle of 225.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47588C is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 88 | 140 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.45 |
| HSL | 225.22º | 0.33% | 0.41% | - |
| HSV(B) | 225.22º | 0.49% | 0.55% | - |
| XYZ | 10.82 | 10.21 | 26.21 | - |
| YUV | 88.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 140 | 0.49 | 0.37 | 0 | 0.45 | 225.22 | 0.33 | 0.41 |
| Hex | 47 | 58 | 8C | 31 | 25 | 0 | 2D | E1 | 21 | 29 |
| Octal | 107 | 130 | 214 | 61 | 45 | 0 | 55 | 341 | 41 | 51 |
| Binary | 1000111 | 1011000 | 10001100 | 110001 | 100101 | 0 | 101101 | 11100001 | 100001 | 101001 |
Color Harmonies of #47588C
Complementary color
Monochromatic Colors of #47588C
Black with #47588C
Text Example
Text Example
White with #47588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47588C; }
p { color: rgb(71,88,140); }
H1.HeaderClassName
{
color: #47588C;
}
.AnyTagClassName
{
color: #47588C;
}
</style>
background-color css
<style>
a { background-color: #47588C; }
a { background-color: rgb(71,88,140); }
div.DivClassName
{
background-color: #47588C;
}
.BgClassName
{
background-color: #47588C;
}
</style>
border-color css
<style>
span { border-color: #47588C; }
span { border-color: rgb(71,88,140); }
td.TdClassName
{
border-color: #47588C;
}
.TagClassName
{
border-color: #47588C;
}
</style>