#477EB9

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

Shades of Steel Blue #477EB9

Tints of Steel Blue #477EB9

Color information

#477EB9 (or 0x477EB9) is unknown color: approx Steel Blue. HEX triplet: 47, 7E and B9. RGB value is (71,126,185). Sum of RGB (Red+Green+Blue) = 71+126+185=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #477EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EB9 is #B88146. Grayscale: #737373. Windows color (decimal): -12091719 or 12156487. OLE color: 12156487.

HSL color Cylindrical-coordinate representation of color #477EB9: hue angle of 211.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477EB9 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71126185-
CMYK0.620.3200.27
HSL211.05º44.88%50.2%-
HSV(B)211.05º61.62%72.55%-
XYZ18.8219.7648.72-
YUV116.28166.7895.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=18.59%
G=32.98%
B=48.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711261850.620.3200.27211.0544.8850.2
Hex477EB93E2001Bd32d32
Octal10717627176400333235562
Binary100011111111101011100111111010000001101111010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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