Shades of Tory Blue #47538D
Tints of Tory Blue #47538D
RGB
CMYK
RGB Variations
Color information
#47538D (or 0x47538D) is known color: Tory Blue. HEX triplet: 47, 53 and 8D. RGB value is (71,83,141). Sum of RGB (Red+Green+Blue) = 71+83+141=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #47538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47538D is #B8AC72. Grayscale: #555555. Windows color (decimal): -12102771 or 9261895. OLE color: 9261895.
HSL color Cylindrical-coordinate representation of color #47538D: hue angle of 229.71º 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 #47538D is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 83 | 141 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.45 |
| HSL | 229.71º | 0.33% | 0.42% | - |
| HSV(B) | 229.71º | 0.5% | 0.55% | - |
| XYZ | 10.5 | 9.45 | 26.47 | - |
| YUV | 86.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 141 | 0.50 | 0.41 | 0 | 0.45 | 229.71 | 0.33 | 0.42 |
| Hex | 47 | 53 | 8D | 32 | 29 | 0 | 2D | E6 | 21 | 2A |
| Octal | 107 | 123 | 215 | 62 | 51 | 0 | 55 | 346 | 41 | 52 |
| Binary | 1000111 | 1010011 | 10001101 | 110010 | 101001 | 0 | 101101 | 11100110 | 100001 | 101010 |
Color Harmonies of #47538D
Complementary color
Monochromatic Colors of #47538D
Black with #47538D
Text Example
Text Example
White with #47538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47538D; }
p { color: rgb(71,83,141); }
H1.HeaderClassName
{
color: #47538D;
}
.AnyTagClassName
{
color: #47538D;
}
</style>
background-color css
<style>
a { background-color: #47538D; }
a { background-color: rgb(71,83,141); }
div.DivClassName
{
background-color: #47538D;
}
.BgClassName
{
background-color: #47538D;
}
</style>
border-color css
<style>
span { border-color: #47538D; }
span { border-color: rgb(71,83,141); }
td.TdClassName
{
border-color: #47538D;
}
.TagClassName
{
border-color: #47538D;
}
</style>