Html Css Color HEX #4986BB Steel Blue

📋 copy color: '#4986BB'

red 73 ◦ green 134 ◦ blue 187

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

Shades of Steel Blue #4986BB

Tints of Steel Blue #4986BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 18.53%
G = 34.01%
B = 47.46%

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

#4986BB (or 0x4986BB) is known color: Steel Blue. HEX triplet: 49, 86 and BB. RGB value is (73,134,187). Sum of RGB (Red+Green+Blue) = 73+134+187=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #4986BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986BB is #B67944. Grayscale: #797979. Windows color (decimal): -11958597 or 12289609. OLE color: 12289609.

HSL color Cylindrical-coordinate representation of color #4986BB: hue angle of 207.89º degrees, saturation: 0.46, 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 #4986BB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 134 187 -
CMYK 0.61 0.28 0 0.27
HSL 207.89º 0.46% 0.51% -
HSV(B) 207.89º 0.61% 0.73% -
XYZ 20.24 22.05 50.2 -
YUV 121.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 73 134 187 0.61 0.28 0 0.27 207.89 0.46 0.51
Hex 49 86 BB 3D 1C 0 1B D0 2E 33
Octal 111 206 273 75 34 0 33 320 56 63
Binary 1001001 10000110 10111011 111101 11100 0 11011 11010000 101110 110011

Color Harmonies of #4986BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986BB

Black with #4986BB

Text Example


Text Example

White with #4986BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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