#4772B6

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

Shades of Steel Blue #4772B6

Tints of Steel Blue #4772B6

Color information

#4772B6 (or 0x4772B6) is unknown color: approx Steel Blue. HEX triplet: 47, 72 and B6. RGB value is (71,114,182). Sum of RGB (Red+Green+Blue) = 71+114+182=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #4772B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772B6 is #B88D49. Grayscale: #6C6C6C. Windows color (decimal): -12094794 or 11956807. OLE color: 11956807.

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

Color convert

RGB71114182-
CMYK0.610.3700.29
HSL216.76º43.87%49.61%-
HSV(B)216.76º60.99%71.37%-
XYZ17.0616.7546.59-
YUV108.9169.25100.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=19.35%
G=31.06%
B=49.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711141820.610.3700.29216.7643.8749.61
Hex4772B63D2501Dd92c32
Octal10716226675450353315462
Binary100011111100101011011011110110010101110111011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4772B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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