#477BAE

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

Shades of Steel Blue #477BAE

Tints of Steel Blue #477BAE

Color information

#477BAE (or 0x477BAE) is unknown color: approx Steel Blue. HEX triplet: 47, 7B and AE. RGB value is (71,123,174). Sum of RGB (Red+Green+Blue) = 71+123+174=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #477BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAE is #B88451. Grayscale: #717171. Windows color (decimal): -12092498 or 11434823. OLE color: 11434823.

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

Color convert

RGB71123174-
CMYK0.590.2900.32
HSL209.71º42.04%48.04%-
HSV(B)209.71º59.2%68.24%-
XYZ17.3218.5642.71-
YUV113.27162.2797.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=19.29%
G=33.42%
B=47.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711231740.590.2900.32209.7142.0448.04
Hex477BAE3B1D020d22a30
Octal10717325673350403225260
Binary100011111110111010111011101111101010000011010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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