#4986BA

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

Shades of Steel Blue #4986BA

Tints of Steel Blue #4986BA

Color information

#4986BA (or 0x4986BA) is unknown color: approx Steel Blue. HEX triplet: 49, 86 and BA. RGB value is (73,134,186). Sum of RGB (Red+Green+Blue) = 73+134+186=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #4986BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986BA is #B67945. Grayscale: #797979. Windows color (decimal): -11958598 or 12224073. OLE color: 12224073.

HSL color Cylindrical-coordinate representation of color #4986BA: hue angle of 207.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4986BA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73134186-
CMYK0.610.2800.27
HSL207.61º45.02%50.78%-
HSV(B)207.61º60.75%72.94%-
XYZ20.1422.0149.64-
YUV121.69164.2993.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=18.58%
G=34.10%
B=47.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731341860.610.2800.27207.6145.0250.78
Hex4986BA3D1C01Bd02d33
Octal11120627275340333205563
Binary100100110000110101110101111011110001101111010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4986BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4986BA; }

 p { color: rgb(73,134,186); }

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

<style>
 a { background-color: #4986BA; }

 a { background-color: rgb(73,134,186); }

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

<style>
 span { border-color: #4986BA; }

 span { border-color: rgb(73,134,186); }

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