#477EAE

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

Shades of Steel Blue #477EAE

Tints of Steel Blue #477EAE

Color information

#477EAE (or 0x477EAE) is unknown color: approx Steel Blue. HEX triplet: 47, 7E and AE. RGB value is (71,126,174). Sum of RGB (Red+Green+Blue) = 71+126+174=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #477EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477EAE is #B88151. Grayscale: #727272. Windows color (decimal): -12091730 or 11435591. OLE color: 11435591.

HSL color Cylindrical-coordinate representation of color #477EAE: hue angle of 207.96º 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 #477EAE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71126174-
CMYK0.590.2800.32
HSL207.96º42.04%48.04%-
HSV(B)207.96º59.2%68.24%-
XYZ17.719.3242.84-
YUV115.03161.2896.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=19.14%
G=33.96%
B=46.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711261740.590.2800.32207.9642.0448.04
Hex477EAE3B1C020d02a30
Octal10717625673340403205260
Binary100011111111101010111011101111100010000011010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,126,174); }

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

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

 a { background-color: rgb(71,126,174); }

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

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

 span { border-color: rgb(71,126,174); }

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