#477BBB

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

Shades of Steel Blue #477BBB

Tints of Steel Blue #477BBB

Color information

#477BBB (or 0x477BBB) is unknown color: approx Steel Blue. HEX triplet: 47, 7B and BB. RGB value is (71,123,187). Sum of RGB (Red+Green+Blue) = 71+123+187=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #477BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBB is #B88444. Grayscale: #727272. Windows color (decimal): -12092485 or 12286791. OLE color: 12286791.

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

Color convert

RGB71123187-
CMYK0.620.3400.27
HSL213.1º46.03%50.59%-
HSV(B)213.1º62.03%73.33%-
XYZ18.6519.0949.72-
YUV114.75168.7796.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.64%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=18.64%
G=32.28%
B=49.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711231870.620.3400.27213.146.0350.59
Hex477BBB3E2201Bd52e33
Octal10717327376420333255663
Binary100011111110111011101111111010001001101111010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,187); }

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

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

 a { background-color: rgb(71,123,187); }

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

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

 span { border-color: rgb(71,123,187); }

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