#4776BF

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

Shades of Steel Blue #4776BF

Tints of Steel Blue #4776BF

Color information

#4776BF (or 0x4776BF) is unknown color: approx Steel Blue. HEX triplet: 47, 76 and BF. RGB value is (71,118,191). Sum of RGB (Red+Green+Blue) = 71+118+191=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #4776BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776BF is #B88940. Grayscale: #6F6F6F. Windows color (decimal): -12093761 or 12547655. OLE color: 12547655.

HSL color Cylindrical-coordinate representation of color #4776BF: hue angle of 216.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4776BF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71118191-
CMYK0.630.3800.25
HSL216.5º48.39%51.37%-
HSV(B)216.5º62.83%74.9%-
XYZ18.4818.0651.8-
YUV112.27172.4398.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.68%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 191 (75% from 255) = 50.26%
R=18.68%
G=31.05%
B=50.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711181910.630.3800.25216.548.3951.37
Hex4776BF3F26019d83033
Octal10716627777460313306063
Binary100011111101101011111111111110011001100111011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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