#4779AF

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

Shades of Steel Blue #4779AF

Tints of Steel Blue #4779AF

Color information

#4779AF (or 0x4779AF) is unknown color: approx Steel Blue. HEX triplet: 47, 79 and AF. RGB value is (71,121,175). Sum of RGB (Red+Green+Blue) = 71+121+175=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #4779AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4779AF is #B88650. Grayscale: #6F6F6F. Windows color (decimal): -12093009 or 11499847. OLE color: 11499847.

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

Color convert

RGB71121175-
CMYK0.590.3100.31
HSL211.15º42.28%48.24%-
HSV(B)211.15º59.43%68.63%-
XYZ17.1718.1143.15-
YUV112.21163.4498.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=19.35%
G=32.97%
B=47.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711211750.590.3100.31211.1542.2848.24
Hex4779AF3B1F01Fd32a30
Octal10717125773370373235260
Binary10001111111001101011111110111111101111111010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4779AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4779AF; }

 p { color: rgb(71,121,175); }

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

<style>
 a { background-color: #4779AF; }

 a { background-color: rgb(71,121,175); }

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

<style>
 span { border-color: #4779AF; }

 span { border-color: rgb(71,121,175); }

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