Html Css Color HEX #4989BB Steel Blue

📋 copy color: '#4989BB'

red 73 ◦ green 137 ◦ blue 187

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

Shades of Steel Blue #4989BB

Tints of Steel Blue #4989BB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 18.39%
G = 34.51%
B = 47.1%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4989BB (or 0x4989BB) is known color: Steel Blue. HEX triplet: 49, 89 and BB. RGB value is (73,137,187). Sum of RGB (Red+Green+Blue) = 73+137+187=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #4989BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989BB is #B67644. Grayscale: #7B7B7B. Windows color (decimal): -11957829 or 12290377. OLE color: 12290377.

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

Color convert

RGB 73 137 187 -
CMYK 0.61 0.27 0 0.27
HSL 206.32º 0.46% 0.51% -
HSV(B) 206.32º 0.61% 0.73% -
XYZ 20.66 22.9 50.34 -
YUV 123.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 73 137 187 0.61 0.27 0 0.27 206.32 0.46 0.51
Hex 49 89 BB 3D 1B 0 1B CE 2E 33
Octal 111 211 273 75 33 0 33 316 56 63
Binary 1001001 10001001 10111011 111101 11011 0 11011 11001110 101110 110011

Color Harmonies of #4989BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4989BB

Black with #4989BB

Text Example


Text Example

White with #4989BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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