#475084

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

Shades of Tory Blue #475084

Tints of Tory Blue #475084

Color information

#475084 (or 0x475084) is unknown color: approx Tory Blue. HEX triplet: 47, 50 and 84. RGB value is (71,80,132). Sum of RGB (Red+Green+Blue) = 71+80+132=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #475084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475084 is #B8AF7B. Grayscale: #535353. Windows color (decimal): -12103548 or 8671303. OLE color: 8671303.

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

Color convert

RGB7180132-
CMYK0.460.3900.48
HSL231.15º30.05%39.8%-
HSV(B)231.15º46.21%51.76%-
XYZ9.638.7423.01-
YUV83.24155.52119.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=25.09%
G=28.27%
B=46.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71801320.460.3900.48231.1530.0539.8
Hex4750842E27030e71e28
Octal10712020456470603473650
Binary100011110100001000010010111010011101100001110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475084; }

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

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

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

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

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

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

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

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