#4979A7

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

Shades of Steel Blue #4979A7

Tints of Steel Blue #4979A7

Color information

#4979A7 (or 0x4979A7) is unknown color: approx Steel Blue. HEX triplet: 49, 79 and A7. RGB value is (73,121,167). Sum of RGB (Red+Green+Blue) = 73+121+167=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #4979A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4979A7 is #B68658. Grayscale: #6F6F6F. Windows color (decimal): -11961945 or 10975561. OLE color: 10975561.

HSL color Cylindrical-coordinate representation of color #4979A7: hue angle of 209.36º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4979A7 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73121167-
CMYK0.560.2800.35
HSL209.36º39.17%47.06%-
HSV(B)209.36º56.29%65.49%-
XYZ16.5617.8839.14-
YUV111.89159.1100.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=20.22%
G=33.52%
B=46.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731211670.560.2800.35209.3639.1747.06
Hex4979A7381C023d1272f
Octal11117124770340433214757
Binary100100111110011010011111100011100010001111010001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4979A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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