Html Css Color HEX #4989BA Steel Blue

📋 copy color: '#4989BA'

red 73 ◦ green 137 ◦ blue 186

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

Shades of Steel Blue #4989BA

Tints of Steel Blue #4989BA

RGB

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

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

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

R = 18.43%
G = 34.6%
B = 46.97%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4989BA (or 0x4989BA) is known color: Steel Blue. HEX triplet: 49, 89 and BA. RGB value is (73,137,186). Sum of RGB (Red+Green+Blue) = 73+137+186=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4989BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989BA is #B67645. Grayscale: #7B7B7B. Windows color (decimal): -11957830 or 12224841. OLE color: 12224841.

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

Color convert

RGB 73 137 186 -
CMYK 0.61 0.26 0 0.27
HSL 206.02º 0.45% 0.51% -
HSV(B) 206.02º 0.61% 0.73% -
XYZ 20.56 22.85 49.78 -
YUV 123.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 73 137 186 0.61 0.26 0 0.27 206.02 0.45 0.51
Hex 49 89 BA 3D 1A 0 1B CE 2D 33
Octal 111 211 272 75 32 0 33 316 55 63
Binary 1001001 10001001 10111010 111101 11010 0 11011 11001110 101101 110011

Color Harmonies of #4989BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4989BA

Black with #4989BA

Text Example


Text Example

White with #4989BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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