#4979BE

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

Shades of Steel Blue #4979BE

Tints of Steel Blue #4979BE

Color information

#4979BE (or 0x4979BE) is unknown color: approx Steel Blue. HEX triplet: 49, 79 and BE. RGB value is (73,121,190). Sum of RGB (Red+Green+Blue) = 73+121+190=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #4979BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979BE is #B68641. Grayscale: #727272. Windows color (decimal): -11961922 or 12482889. OLE color: 12482889.

HSL color Cylindrical-coordinate representation of color #4979BE: hue angle of 215.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4979BE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73121190-
CMYK0.620.3600.25
HSL215.38º47.37%51.57%-
HSV(B)215.38º61.58%74.51%-
XYZ18.8818.8151.35-
YUV114.51170.698.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=19.01%
G=31.51%
B=49.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731211900.620.3600.25215.3847.3751.57
Hex4979BE3E24019d72f34
Octal11117127676440313275764
Binary100100111110011011111011111010010001100111010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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