#4979B3

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

Shades of Steel Blue #4979B3

Tints of Steel Blue #4979B3

Color information

#4979B3 (or 0x4979B3) is unknown color: approx Steel Blue. HEX triplet: 49, 79 and B3. RGB value is (73,121,179). Sum of RGB (Red+Green+Blue) = 73+121+179=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #4979B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979B3 is #B6864C. Grayscale: #707070. Windows color (decimal): -11961933 or 11761993. OLE color: 11761993.

HSL color Cylindrical-coordinate representation of color #4979B3: hue angle of 212.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4979B3 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB73121179-
CMYK0.590.3200.30
HSL212.83º42.06%49.41%-
HSV(B)212.83º59.22%70.2%-
XYZ17.7218.3545.25-
YUV113.26165.199.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=19.57%
G=32.44%
B=47.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731211790.590.3200.30212.8342.0649.41
Hex4979B33B2001Ed52a31
Octal11117126373400363255261
Binary100100111110011011001111101110000001111011010101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4979B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4979B3; }

 p { color: rgb(73,121,179); }

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

<style>
 a { background-color: #4979B3; }

 a { background-color: rgb(73,121,179); }

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

<style>
 span { border-color: #4979B3; }

 span { border-color: rgb(73,121,179); }

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