#4776AE

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

Shades of Steel Blue #4776AE

Tints of Steel Blue #4776AE

Color information

#4776AE (or 0x4776AE) is unknown color: approx Steel Blue. HEX triplet: 47, 76 and AE. RGB value is (71,118,174). Sum of RGB (Red+Green+Blue) = 71+118+174=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #4776AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4776AE is #B88951. Grayscale: #6E6E6E. Windows color (decimal): -12093778 or 11433543. OLE color: 11433543.

HSL color Cylindrical-coordinate representation of color #4776AE: hue angle of 212.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4776AE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71118174-
CMYK0.590.3200.32
HSL212.62º42.04%48.04%-
HSV(B)212.62º59.2%68.24%-
XYZ16.7217.3542.51-
YUV110.33163.9399.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=19.56%
G=32.51%
B=47.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711181740.590.3200.32212.6242.0448.04
Hex4776AE3B20020d52a30
Octal10716625673400403255260
Binary1000111111011010101110111011100000010000011010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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