Html Css Color HEX #4986BE Steel Blue

📋 copy color: '#4986BE'

red 73 ◦ green 134 ◦ blue 190

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

Shades of Steel Blue #4986BE

Tints of Steel Blue #4986BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 18.39%
G = 33.75%
B = 47.86%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4986BE (or 0x4986BE) is known color: Steel Blue. HEX triplet: 49, 86 and BE. RGB value is (73,134,190). Sum of RGB (Red+Green+Blue) = 73+134+190=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #4986BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986BE is #B67941. Grayscale: #797979. Windows color (decimal): -11958594 or 12486217. OLE color: 12486217.

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

Color convert

RGB 73 134 190 -
CMYK 0.62 0.29 0 0.25
HSL 208.72º 0.47% 0.52% -
HSV(B) 208.72º 0.62% 0.75% -
XYZ 20.57 22.18 51.91 -
YUV 122.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 73 134 190 0.62 0.29 0 0.25 208.72 0.47 0.52
Hex 49 86 BE 3E 1D 0 19 D1 2F 34
Octal 111 206 276 76 35 0 31 321 57 64
Binary 1001001 10000110 10111110 111110 11101 0 11001 11010001 101111 110100

Color Harmonies of #4986BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986BE

Black with #4986BE

Text Example


Text Example

White with #4986BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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