Shades of Tory Blue #475A8B
Tints of Tory Blue #475A8B
RGB
CMYK
RGB Variations
Color information
#475A8B (or 0x475A8B) is known color: Tory Blue. HEX triplet: 47, 5A and 8B. RGB value is (71,90,139). Sum of RGB (Red+Green+Blue) = 71+90+139=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #475A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A8B is #B8A574. Grayscale: #595959. Windows color (decimal): -12100981 or 9132615. OLE color: 9132615.
HSL color Cylindrical-coordinate representation of color #475A8B: hue angle of 223.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #475A8B is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 90 | 139 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.45 |
| HSL | 223.24º | 0.32% | 0.41% | - |
| HSV(B) | 223.24º | 0.49% | 0.55% | - |
| XYZ | 10.91 | 10.52 | 25.88 | - |
| YUV | 89.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 139 | 0.49 | 0.35 | 0 | 0.45 | 223.24 | 0.32 | 0.41 |
| Hex | 47 | 5A | 8B | 31 | 23 | 0 | 2D | DF | 20 | 29 |
| Octal | 107 | 132 | 213 | 61 | 43 | 0 | 55 | 337 | 40 | 51 |
| Binary | 1000111 | 1011010 | 10001011 | 110001 | 100011 | 0 | 101101 | 11011111 | 100000 | 101001 |
Color Harmonies of #475A8B
Complementary color
Monochromatic Colors of #475A8B
Black with #475A8B
Text Example
Text Example
White with #475A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A8B; }
p { color: rgb(71,90,139); }
H1.HeaderClassName
{
color: #475A8B;
}
.AnyTagClassName
{
color: #475A8B;
}
</style>
background-color css
<style>
a { background-color: #475A8B; }
a { background-color: rgb(71,90,139); }
div.DivClassName
{
background-color: #475A8B;
}
.BgClassName
{
background-color: #475A8B;
}
</style>
border-color css
<style>
span { border-color: #475A8B; }
span { border-color: rgb(71,90,139); }
td.TdClassName
{
border-color: #475A8B;
}
.TagClassName
{
border-color: #475A8B;
}
</style>