#477FAD

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

Shades of Steel Blue #477FAD

Tints of Steel Blue #477FAD

Color information

#477FAD (or 0x477FAD) is unknown color: approx Steel Blue. HEX triplet: 47, 7F and AD. RGB value is (71,127,173). Sum of RGB (Red+Green+Blue) = 71+127+173=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #477FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FAD is #B88052. Grayscale: #737373. Windows color (decimal): -12091475 or 11370311. OLE color: 11370311.

HSL color Cylindrical-coordinate representation of color #477FAD: hue angle of 207.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477FAD is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71127173-
CMYK0.590.2700.32
HSL207.06º41.8%47.84%-
HSV(B)207.06º58.96%67.84%-
XYZ17.7319.5442.37-
YUV115.5160.4596.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=19.14%
G=34.23%
B=46.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711271730.590.2700.32207.0641.847.84
Hex477FAD3B1B020cf2a30
Octal10717725573330403175260
Binary100011111111111010110111101111011010000011001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477FAD; }

 p { color: rgb(71,127,173); }

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

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

 a { background-color: rgb(71,127,173); }

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

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

 span { border-color: rgb(71,127,173); }

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