Shades of Tory Blue #475386
Tints of Tory Blue #475386
RGB
CMYK
RGB Variations
Color information
#475386 (or 0x475386) is known color: Tory Blue. HEX triplet: 47, 53 and 86. RGB value is (71,83,134). Sum of RGB (Red+Green+Blue) = 71+83+134=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #475386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475386 is #B8AC79. Grayscale: #555555. Windows color (decimal): -12102778 or 8803143. OLE color: 8803143.
HSL color Cylindrical-coordinate representation of color #475386: hue angle of 228.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475386 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 83 | 134 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.47 |
| HSL | 228.57º | 0.31% | 0.4% | - |
| HSV(B) | 228.57º | 0.47% | 0.53% | - |
| XYZ | 9.99 | 9.25 | 23.81 | - |
| YUV | 85.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 134 | 0.47 | 0.38 | 0 | 0.47 | 228.57 | 0.31 | 0.4 |
| Hex | 47 | 53 | 86 | 2F | 26 | 0 | 2F | E5 | 1F | 28 |
| Octal | 107 | 123 | 206 | 57 | 46 | 0 | 57 | 345 | 37 | 50 |
| Binary | 1000111 | 1010011 | 10000110 | 101111 | 100110 | 0 | 101111 | 11100101 | 11111 | 101000 |
Color Harmonies of #475386
Complementary color
Monochromatic Colors of #475386
Black with #475386
Text Example
Text Example
White with #475386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475386; }
p { color: rgb(71,83,134); }
H1.HeaderClassName
{
color: #475386;
}
.AnyTagClassName
{
color: #475386;
}
</style>
background-color css
<style>
a { background-color: #475386; }
a { background-color: rgb(71,83,134); }
div.DivClassName
{
background-color: #475386;
}
.BgClassName
{
background-color: #475386;
}
</style>
border-color css
<style>
span { border-color: #475386; }
span { border-color: rgb(71,83,134); }
td.TdClassName
{
border-color: #475386;
}
.TagClassName
{
border-color: #475386;
}
</style>