Shades of Tory Blue #47518A
Tints of Tory Blue #47518A
RGB
CMYK
RGB Variations
Color information
#47518A (or 0x47518A) is known color: Tory Blue. HEX triplet: 47, 51 and 8A. RGB value is (71,81,138). Sum of RGB (Red+Green+Blue) = 71+81+138=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #47518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47518A is #B8AE75. Grayscale: #545454. Windows color (decimal): -12103286 or 9064775. OLE color: 9064775.
HSL color Cylindrical-coordinate representation of color #47518A: hue angle of 231.04º 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 #47518A is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 81 | 138 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.46 |
| HSL | 231.04º | 0.32% | 0.41% | - |
| HSV(B) | 231.04º | 0.49% | 0.54% | - |
| XYZ | 10.13 | 9.06 | 25.26 | - |
| YUV | 84.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 138 | 0.49 | 0.41 | 0 | 0.46 | 231.04 | 0.32 | 0.41 |
| Hex | 47 | 51 | 8A | 31 | 29 | 0 | 2E | E7 | 20 | 29 |
| Octal | 107 | 121 | 212 | 61 | 51 | 0 | 56 | 347 | 40 | 51 |
| Binary | 1000111 | 1010001 | 10001010 | 110001 | 101001 | 0 | 101110 | 11100111 | 100000 | 101001 |
Color Harmonies of #47518A
Complementary color
Monochromatic Colors of #47518A
Black with #47518A
Text Example
Text Example
White with #47518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47518A; }
p { color: rgb(71,81,138); }
H1.HeaderClassName
{
color: #47518A;
}
.AnyTagClassName
{
color: #47518A;
}
</style>
background-color css
<style>
a { background-color: #47518A; }
a { background-color: rgb(71,81,138); }
div.DivClassName
{
background-color: #47518A;
}
.BgClassName
{
background-color: #47518A;
}
</style>
border-color css
<style>
span { border-color: #47518A; }
span { border-color: rgb(71,81,138); }
td.TdClassName
{
border-color: #47518A;
}
.TagClassName
{
border-color: #47518A;
}
</style>