#475B8B

Color #475B8B Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #475B8B

Tints of Tory Blue #475B8B

Color information

#475B8B (or 0x475B8B) is unknown color: approx Tory Blue. HEX triplet: 47, 5B and 8B. RGB value is (71,91,139). Sum of RGB (Red+Green+Blue) = 71+91+139=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #475B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B8B is #B8A474. Grayscale: #5A5A5A. Windows color (decimal): -12100725 or 9132871. OLE color: 9132871.

HSL color Cylindrical-coordinate representation of color #475B8B: hue angle of 222.35º 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 #475B8B is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7191139-
CMYK0.490.3500.45
HSL222.35º32.38%41.18%-
HSV(B)222.35º48.92%54.51%-
XYZ1110.6925.91-
YUV90.49155.37114.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=23.59%
G=30.23%
B=46.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71911390.490.3500.45222.3532.3841.18
Hex475B8B312302Dde2029
Octal10713321361430553364051
Binary1000111101101110001011110001100011010110111011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475B8B; }

 p { color: rgb(71,91,139); }

 H1.HeaderClassName
 {
   color: #475B8B;
 }
 .AnyTagClassName
 {
   color: #475B8B;
 }
</style>
background-color css

<style>
 a { background-color: #475B8B; }

 a { background-color: rgb(71,91,139); }

 div.DivClassName
 {
   background-color: #475B8B;
 }
 .BgClassName
 {
   background-color: #475B8B;
 }
</style>
border-color css

<style>
 span { border-color: #475B8B; }

 span { border-color: rgb(71,91,139); }

 td.TdClassName
 {
   border-color: #475B8B;
 }
 .TagClassName
 {
   border-color: #475B8B;
 }
</style>