#475486

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

Shades of Tory Blue #475486

Tints of Tory Blue #475486

Color information

#475486 (or 0x475486) is unknown color: approx Tory Blue. HEX triplet: 47, 54 and 86. RGB value is (71,84,134). Sum of RGB (Red+Green+Blue) = 71+84+134=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #475486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475486 is #B8AB79. Grayscale: #555555. Windows color (decimal): -12102522 or 8803399. OLE color: 8803399.

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

Color convert

RGB7184134-
CMYK0.470.3700.47
HSL227.62º30.73%40.2%-
HSV(B)227.62º47.01%52.55%-
XYZ10.079.423.84-
YUV85.81155.19117.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=24.57%
G=29.07%
B=46.37%

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
Decimal71841340.470.3700.47227.6230.7340.2
Hex4754862F2502Fe41f28
Octal10712420657450573443750
Binary100011110101001000011010111110010101011111110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475486; }

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

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

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

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

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

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

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

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