#475586

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

Shades of Tory Blue #475586

Tints of Tory Blue #475586

Color information

#475586 (or 0x475586) is unknown color: approx Tory Blue. HEX triplet: 47, 55 and 86. RGB value is (71,85,134). Sum of RGB (Red+Green+Blue) = 71+85+134=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #475586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475586 is #B8AA79. Grayscale: #565656. Windows color (decimal): -12102266 or 8803655. OLE color: 8803655.

HSL color Cylindrical-coordinate representation of color #475586: hue angle of 226.67º 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 #475586 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7185134-
CMYK0.470.3700.47
HSL226.67º30.73%40.2%-
HSV(B)226.67º47.01%52.55%-
XYZ10.159.5623.86-
YUV86.4154.86117.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=24.48%
G=29.31%
B=46.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71851340.470.3700.47226.6730.7340.2
Hex4755862F2502Fe31f28
Octal10712520657450573433750
Binary100011110101011000011010111110010101011111110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475586; }

 p { color: rgb(71,85,134); }

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

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

 a { background-color: rgb(71,85,134); }

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

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

 span { border-color: rgb(71,85,134); }

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