#4771B6

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

Shades of Steel Blue #4771B6

Tints of Steel Blue #4771B6

Color information

#4771B6 (or 0x4771B6) is unknown color: approx Steel Blue. HEX triplet: 47, 71 and B6. RGB value is (71,113,182). Sum of RGB (Red+Green+Blue) = 71+113+182=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #4771B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771B6 is #B88E49. Grayscale: #6B6B6B. Windows color (decimal): -12095050 or 11956551. OLE color: 11956551.

HSL color Cylindrical-coordinate representation of color #4771B6: hue angle of 217.3º 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 #4771B6 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71113182-
CMYK0.610.3800.29
HSL217.3º43.87%49.61%-
HSV(B)217.3º60.99%71.37%-
XYZ16.9516.5346.55-
YUV108.31169.59101.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=19.40%
G=30.87%
B=49.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711131820.610.3800.29217.343.8749.61
Hex4771B63D2601Dd92c32
Octal10716126675460353315462
Binary100011111100011011011011110110011001110111011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4771B6; }

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

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

<style>
 a { background-color: #4771B6; }

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

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

<style>
 span { border-color: #4771B6; }

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

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