#477EAC

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

Shades of Steel Blue #477EAC

Tints of Steel Blue #477EAC

Color information

#477EAC (or 0x477EAC) is unknown color: approx Steel Blue. HEX triplet: 47, 7E and AC. RGB value is (71,126,172). Sum of RGB (Red+Green+Blue) = 71+126+172=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #477EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477EAC is #B88153. Grayscale: #727272. Windows color (decimal): -12091732 or 11304519. OLE color: 11304519.

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

Color convert

RGB71126172-
CMYK0.590.2700.33
HSL207.33º41.56%47.65%-
HSV(B)207.33º58.72%67.45%-
XYZ17.5119.2441.82-
YUV114.8160.2896.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=19.24%
G=34.15%
B=46.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711261720.590.2700.33207.3341.5647.65
Hex477EAC3B1B021cf2a30
Octal10717625473330413175260
Binary100011111111101010110011101111011010000111001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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