Shades of Tory Blue #47568A
Tints of Tory Blue #47568A
RGB
CMYK
RGB Variations
Color information
#47568A (or 0x47568A) is known color: Tory Blue. HEX triplet: 47, 56 and 8A. RGB value is (71,86,138). Sum of RGB (Red+Green+Blue) = 71+86+138=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #47568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47568A is #B8A975. Grayscale: #575757. Windows color (decimal): -12102006 or 9066055. OLE color: 9066055.
HSL color Cylindrical-coordinate representation of color #47568A: hue angle of 226.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47568A is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 86 | 138 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.46 |
| HSL | 226.57º | 0.32% | 0.41% | - |
| HSV(B) | 226.57º | 0.49% | 0.54% | - |
| XYZ | 10.51 | 9.83 | 25.39 | - |
| YUV | 87.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 138 | 0.49 | 0.38 | 0 | 0.46 | 226.57 | 0.32 | 0.41 |
| Hex | 47 | 56 | 8A | 31 | 26 | 0 | 2E | E3 | 20 | 29 |
| Octal | 107 | 126 | 212 | 61 | 46 | 0 | 56 | 343 | 40 | 51 |
| Binary | 1000111 | 1010110 | 10001010 | 110001 | 100110 | 0 | 101110 | 11100011 | 100000 | 101001 |
Color Harmonies of #47568A
Complementary color
Monochromatic Colors of #47568A
Black with #47568A
Text Example
Text Example
White with #47568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47568A; }
p { color: rgb(71,86,138); }
H1.HeaderClassName
{
color: #47568A;
}
.AnyTagClassName
{
color: #47568A;
}
</style>
background-color css
<style>
a { background-color: #47568A; }
a { background-color: rgb(71,86,138); }
div.DivClassName
{
background-color: #47568A;
}
.BgClassName
{
background-color: #47568A;
}
</style>
border-color css
<style>
span { border-color: #47568A; }
span { border-color: rgb(71,86,138); }
td.TdClassName
{
border-color: #47568A;
}
.TagClassName
{
border-color: #47568A;
}
</style>