#475085

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

Shades of Tory Blue #475085

Tints of Tory Blue #475085

Color information

#475085 (or 0x475085) is unknown color: approx Tory Blue. HEX triplet: 47, 50 and 85. RGB value is (71,80,133). Sum of RGB (Red+Green+Blue) = 71+80+133=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #475085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475085 is #B8AF7A. Grayscale: #535353. Windows color (decimal): -12103547 or 8736839. OLE color: 8736839.

HSL color Cylindrical-coordinate representation of color #475085: hue angle of 231.29º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475085 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7180133-
CMYK0.470.4000.48
HSL231.29º30.39%40%-
HSV(B)231.29º46.62%52.16%-
XYZ9.78.7723.37-
YUV83.35156.02119.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=25%
G=28.17%
B=46.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71801330.470.4000.48231.2930.3940
Hex4750852F28030e71e28
Octal10712020557500603473650
Binary100011110100001000010110111110100001100001110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475085; }

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

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

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

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

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

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

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

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