#475086

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

Shades of Tory Blue #475086

Tints of Tory Blue #475086

Color information

#475086 (or 0x475086) is unknown color: approx Tory Blue. HEX triplet: 47, 50 and 86. RGB value is (71,80,134). Sum of RGB (Red+Green+Blue) = 71+80+134=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #475086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475086 is #B8AF79. Grayscale: #535353. Windows color (decimal): -12103546 or 8802375. OLE color: 8802375.

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

Color convert

RGB7180134-
CMYK0.470.4000.47
HSL231.43º30.73%40.2%-
HSV(B)231.43º47.01%52.55%-
XYZ9.778.823.74-
YUV83.46156.52119.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=24.91%
G=28.07%
B=47.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71801340.470.4000.47231.4330.7340.2
Hex4750862F2802Fe71f28
Octal10712020657500573473750
Binary100011110100001000011010111110100001011111110011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475086; }

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

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

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

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

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

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

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

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