#477CAD

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

Shades of Steel Blue #477CAD

Tints of Steel Blue #477CAD

Color information

#477CAD (or 0x477CAD) is unknown color: approx Steel Blue. HEX triplet: 47, 7C and AD. RGB value is (71,124,173). Sum of RGB (Red+Green+Blue) = 71+124+173=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #477CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAD is #B88352. Grayscale: #717171. Windows color (decimal): -12092243 or 11369543. OLE color: 11369543.

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

Color convert

RGB71124173-
CMYK0.590.2800.32
HSL208.82º41.8%47.84%-
HSV(B)208.82º58.96%67.84%-
XYZ17.3518.7742.24-
YUV113.74161.4497.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=19.29%
G=33.70%
B=47.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711241730.590.2800.32208.8241.847.84
Hex477CAD3B1C020d12a30
Octal10717425573340403215260
Binary100011111111001010110111101111100010000011010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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