Shades of Tory Blue #475389
Tints of Tory Blue #475389
RGB
CMYK
RGB Variations
Color information
#475389 (or 0x475389) is known color: Tory Blue. HEX triplet: 47, 53 and 89. RGB value is (71,83,137). Sum of RGB (Red+Green+Blue) = 71+83+137=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #475389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475389 is #B8AC76. Grayscale: #555555. Windows color (decimal): -12102775 or 8999751. OLE color: 8999751.
HSL color Cylindrical-coordinate representation of color #475389: hue angle of 229.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475389 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 83 | 137 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.46 |
| HSL | 229.09º | 0.32% | 0.41% | - |
| HSV(B) | 229.09º | 0.48% | 0.54% | - |
| XYZ | 10.21 | 9.33 | 24.93 | - |
| YUV | 85.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 137 | 0.48 | 0.39 | 0 | 0.46 | 229.09 | 0.32 | 0.41 |
| Hex | 47 | 53 | 89 | 30 | 27 | 0 | 2E | E5 | 20 | 29 |
| Octal | 107 | 123 | 211 | 60 | 47 | 0 | 56 | 345 | 40 | 51 |
| Binary | 1000111 | 1010011 | 10001001 | 110000 | 100111 | 0 | 101110 | 11100101 | 100000 | 101001 |
Color Harmonies of #475389
Complementary color
Monochromatic Colors of #475389
Black with #475389
Text Example
Text Example
White with #475389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475389; }
p { color: rgb(71,83,137); }
H1.HeaderClassName
{
color: #475389;
}
.AnyTagClassName
{
color: #475389;
}
</style>
background-color css
<style>
a { background-color: #475389; }
a { background-color: rgb(71,83,137); }
div.DivClassName
{
background-color: #475389;
}
.BgClassName
{
background-color: #475389;
}
</style>
border-color css
<style>
span { border-color: #475389; }
span { border-color: rgb(71,83,137); }
td.TdClassName
{
border-color: #475389;
}
.TagClassName
{
border-color: #475389;
}
</style>