#475389

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

Shades of Tory Blue #475389

Tints of Tory Blue #475389

Color information

#475389 (or 0x475389) is unknown color: approx Tory Blue. HEX triplet: 47, 53 and 89. RGB value is (71,83,137). Sum of RGB (Red+Green+Blue) = 71+83+137=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #475389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475389 is #B8AC76. Grayscale: #555555. Windows color (decimal): -12102775 or 8999751. OLE color: 8999751.

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

Color convert

RGB7183137-
CMYK0.480.3900.46
HSL229.09º31.73%40.78%-
HSV(B)229.09º48.18%53.73%-
XYZ10.219.3324.93-
YUV85.57157.02117.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=24.40%
G=28.52%
B=47.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71831370.480.3900.46229.0931.7340.78
Hex475389302702Ee52029
Octal10712321160470563454051
Binary1000111101001110001001110000100111010111011100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475389; }

 p { color: rgb(71,83,137); }

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

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

 a { background-color: rgb(71,83,137); }

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

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

 span { border-color: rgb(71,83,137); }

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