#477CAA

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

Shades of Steel Blue #477CAA

Tints of Steel Blue #477CAA

Color information

#477CAA (or 0x477CAA) is unknown color: approx Steel Blue. HEX triplet: 47, 7C and AA. RGB value is (71,124,170). Sum of RGB (Red+Green+Blue) = 71+124+170=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #477CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAA is #B88355. Grayscale: #717171. Windows color (decimal): -12092246 or 11172935. OLE color: 11172935.

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

Color convert

RGB71124170-
CMYK0.580.2700.33
HSL207.88º41.08%47.25%-
HSV(B)207.88º58.24%66.67%-
XYZ17.0618.6640.73-
YUV113.4159.9497.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=19.45%
G=33.97%
B=46.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711241700.580.2700.33207.8841.0847.25
Hex477CAA3A1B021d0292f
Octal10717425272330413205157
Binary100011111111001010101011101011011010000111010000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,124,170); }

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

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

 a { background-color: rgb(71,124,170); }

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

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

 span { border-color: rgb(71,124,170); }

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