#477AAF

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

Shades of Steel Blue #477AAF

Tints of Steel Blue #477AAF

Color information

#477AAF (or 0x477AAF) is unknown color: approx Steel Blue. HEX triplet: 47, 7A and AF. RGB value is (71,122,175). Sum of RGB (Red+Green+Blue) = 71+122+175=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #477AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAF is #B88550. Grayscale: #707070. Windows color (decimal): -12092753 or 11500103. OLE color: 11500103.

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

Color convert

RGB71122175-
CMYK0.590.3000.31
HSL210.58º42.28%48.24%-
HSV(B)210.58º59.43%68.63%-
XYZ17.318.3543.19-
YUV112.79163.198.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=19.29%
G=33.15%
B=47.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711221750.590.3000.31210.5842.2848.24
Hex477AAF3B1E01Fd32a30
Octal10717225773360373235260
Binary10001111111010101011111110111111001111111010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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