#4776BC

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

Shades of Steel Blue #4776BC

Tints of Steel Blue #4776BC

Color information

#4776BC (or 0x4776BC) is unknown color: approx Steel Blue. HEX triplet: 47, 76 and BC. RGB value is (71,118,188). Sum of RGB (Red+Green+Blue) = 71+118+188=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4776BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776BC is #B88943. Grayscale: #6F6F6F. Windows color (decimal): -12093764 or 12351047. OLE color: 12351047.

HSL color Cylindrical-coordinate representation of color #4776BC: hue angle of 215.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4776BC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71118188-
CMYK0.620.3700.26
HSL215.9º46.61%50.78%-
HSV(B)215.9º62.23%73.73%-
XYZ18.1517.9350.08-
YUV111.93170.9398.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=18.83%
G=31.30%
B=49.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711181880.620.3700.26215.946.6150.78
Hex4776BC3E2501Ad82f33
Octal10716627476450323305763
Binary100011111101101011110011111010010101101011011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4776BC; }

 p { color: rgb(71,118,188); }

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

<style>
 a { background-color: #4776BC; }

 a { background-color: rgb(71,118,188); }

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

<style>
 span { border-color: #4776BC; }

 span { border-color: rgb(71,118,188); }

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