#477AAC

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

Shades of Steel Blue #477AAC

Tints of Steel Blue #477AAC

Color information

#477AAC (or 0x477AAC) is unknown color: approx Steel Blue. HEX triplet: 47, 7A and AC. RGB value is (71,122,172). Sum of RGB (Red+Green+Blue) = 71+122+172=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #477AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAC is #B88553. Grayscale: #707070. Windows color (decimal): -12092756 or 11303495. OLE color: 11303495.

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

Color convert

RGB71122172-
CMYK0.590.2900.33
HSL209.7º41.56%47.65%-
HSV(B)209.7º58.72%67.45%-
XYZ1718.2441.65-
YUV112.45161.698.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=19.45%
G=33.42%
B=47.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711221720.590.2900.33209.741.5647.65
Hex477AAC3B1D021d22a30
Octal10717225473350413225260
Binary100011111110101010110011101111101010000111010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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