#477EB6

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

Shades of Steel Blue #477EB6

Tints of Steel Blue #477EB6

Color information

#477EB6 (or 0x477EB6) is unknown color: approx Steel Blue. HEX triplet: 47, 7E and B6. RGB value is (71,126,182). Sum of RGB (Red+Green+Blue) = 71+126+182=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #477EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EB6 is #B88149. Grayscale: #737373. Windows color (decimal): -12091722 or 11959879. OLE color: 11959879.

HSL color Cylindrical-coordinate representation of color #477EB6: hue angle of 210.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #477EB6 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71126182-
CMYK0.610.3100.29
HSL210.27º43.87%49.61%-
HSV(B)210.27º60.99%71.37%-
XYZ18.519.6447.07-
YUV115.94165.2895.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=18.73%
G=33.25%
B=48.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711261820.610.3100.29210.2743.8749.61
Hex477EB63D1F01Dd22c32
Octal10717626675370353225462
Binary10001111111110101101101111011111101110111010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,126,182); }

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

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

 a { background-color: rgb(71,126,182); }

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

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

 span { border-color: rgb(71,126,182); }

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