#477aae

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

Shades of Steel Blue #477AAE

Tints of Steel Blue #477AAE

Color information

#477AAE (or 0x477AAE) is unknown color: approx Steel Blue. HEX triplet: 47, 7A and AE. RGB value is (71,122,174). Sum of RGB (Red+Green+Blue) = 71+122+174=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #477AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAE is #B88551. Grayscale: #707070. Windows color (decimal): -12092754 or 11434567. OLE color: 11434567.

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

Color convert

RGB71122174-
CMYK0.590.3000.32
HSL210.29º42.04%48.04%-
HSV(B)210.29º59.2%68.24%-
XYZ17.218.3142.67-
YUV112.68162.698.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=19.35%
G=33.24%
B=47.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711221740.590.3000.32210.2942.0448.04
Hex477AAE3B1E020d22a30
Octal10717225673360403225260
Binary100011111110101010111011101111110010000011010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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