Html Css Color HEX #4986BA Steel Blue

📋 copy color: '#4986BA'

red 73 ◦ green 134 ◦ blue 186

#4986BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4986BA

Tints of Steel Blue #4986BA

RGB

 RED value IS 73 (28.91% from 255) = 18.58%

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 18.58%
G = 34.1%
B = 47.33%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4986BA (or 0x4986BA) is known color: 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

RGB 73 134 186 -
CMYK 0.61 0.28 0 0.27
HSL 207.61º 0.45% 0.51% -
HSV(B) 207.61º 0.61% 0.73% -
XYZ 20.14 22.01 49.64 -
YUV 121.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 73 134 186 0.61 0.28 0 0.27 207.61 0.45 0.51
Hex 49 86 BA 3D 1C 0 1B D0 2D 33
Octal 111 206 272 75 34 0 33 320 55 63
Binary 1001001 10000110 10111010 111101 11100 0 11011 11010000 101101 110011

Color Harmonies of #4986BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986BA

Black with #4986BA

Text Example


Text Example

White with #4986BA

Text Example


Text Example

HTML Codes & Css Web 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>