#4778AE

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

Shades of Steel Blue #4778AE

Tints of Steel Blue #4778AE

Color information

#4778AE (or 0x4778AE) is unknown color: approx Steel Blue. HEX triplet: 47, 78 and AE. RGB value is (71,120,174). Sum of RGB (Red+Green+Blue) = 71+120+174=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #4778AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4778AE is #B88751. Grayscale: #6F6F6F. Windows color (decimal): -12093266 or 11434055. OLE color: 11434055.

HSL color Cylindrical-coordinate representation of color #4778AE: hue angle of 211.46º 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 #4778AE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71120174-
CMYK0.590.3100.32
HSL211.46º42.04%48.04%-
HSV(B)211.46º59.2%68.24%-
XYZ16.9517.8342.59-
YUV111.5163.2799.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=19.45%
G=32.88%
B=47.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711201740.590.3100.32211.4642.0448.04
Hex4778AE3B1F020d32a30
Octal10717025673370403235260
Binary100011111110001010111011101111111010000011010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4778AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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