#477BA9

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

Shades of Steel Blue #477BA9

Tints of Steel Blue #477BA9

Color information

#477BA9 (or 0x477BA9) is unknown color: approx Steel Blue. HEX triplet: 47, 7B and A9. RGB value is (71,123,169). Sum of RGB (Red+Green+Blue) = 71+123+169=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #477BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA9 is #B88456. Grayscale: #707070. Windows color (decimal): -12092503 or 11107143. OLE color: 11107143.

HSL color Cylindrical-coordinate representation of color #477BA9: hue angle of 208.16º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477BA9 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB71123169-
CMYK0.580.2700.34
HSL208.16º40.83%47.06%-
HSV(B)208.16º57.99%66.27%-
XYZ16.8418.3740.19-
YUV112.7159.7798.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=19.56%
G=33.88%
B=46.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711231690.580.2700.34208.1640.8347.06
Hex477BA93A1B022d0292f
Octal10717325172330423205157
Binary100011111110111010100111101011011010001011010000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,169); }

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

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

 a { background-color: rgb(71,123,169); }

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

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

 span { border-color: rgb(71,123,169); }

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