Html Css Color HEX #4986BF Steel Blue

📋 copy color: '#4986BF'

red 73 ◦ green 134 ◦ blue 191

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

Shades of Steel Blue #4986BF

Tints of Steel Blue #4986BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 18.34%
G = 33.67%
B = 47.99%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4986BF (or 0x4986BF) is known color: Steel Blue. HEX triplet: 49, 86 and BF. RGB value is (73,134,191). Sum of RGB (Red+Green+Blue) = 73+134+191=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #4986BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986BF is #B67940. Grayscale: #797979. Windows color (decimal): -11958593 or 12551753. OLE color: 12551753.

HSL color Cylindrical-coordinate representation of color #4986BF: hue angle of 208.98º degrees, saturation: 0.48, 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 #4986BF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 134 191 -
CMYK 0.62 0.30 0 0.25
HSL 208.98º 0.48% 0.52% -
HSV(B) 208.98º 0.62% 0.75% -
XYZ 20.68 22.23 52.49 -
YUV 122.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 73 134 191 0.62 0.30 0 0.25 208.98 0.48 0.52
Hex 49 86 BF 3E 1E 0 19 D1 30 34
Octal 111 206 277 76 36 0 31 321 60 64
Binary 1001001 10000110 10111111 111110 11110 0 11001 11010001 110000 110100

Color Harmonies of #4986BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986BF

Black with #4986BF

Text Example


Text Example

White with #4986BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4986BF;
 }
 .AnyTagClassName
 {
   color: #4986BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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