Html Css Color HEX #4988BC Steel Blue

📋 copy color: '#4988BC'

red 73 ◦ green 136 ◦ blue 188

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

Shades of Steel Blue #4988BC

Tints of Steel Blue #4988BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 18.39%
G = 34.26%
B = 47.36%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4988BC (or 0x4988BC) is known color: Steel Blue. HEX triplet: 49, 88 and BC. RGB value is (73,136,188). Sum of RGB (Red+Green+Blue) = 73+136+188=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #4988BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988BC is #B67743. Grayscale: #7A7A7A. Windows color (decimal): -11958084 or 12355657. OLE color: 12355657.

HSL color Cylindrical-coordinate representation of color #4988BC: hue angle of 207.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4988BC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 136 188 -
CMYK 0.61 0.28 0 0.26
HSL 207.13º 0.46% 0.51% -
HSV(B) 207.13º 0.61% 0.74% -
XYZ 20.63 22.66 50.86 -
YUV 123.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 73 136 188 0.61 0.28 0 0.26 207.13 0.46 0.51
Hex 49 88 BC 3D 1C 0 1A CF 2E 33
Octal 111 210 274 75 34 0 32 317 56 63
Binary 1001001 10001000 10111100 111101 11100 0 11010 11001111 101110 110011

Color Harmonies of #4988BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4988BC

Black with #4988BC

Text Example


Text Example

White with #4988BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4988BC; }

 p { color: rgb(73,136,188); }

 H1.HeaderClassName
 {
   color: #4988BC;
 }
 .AnyTagClassName
 {
   color: #4988BC;
 }
</style>

background-color css

<style>
 a { background-color: #4988BC; }

 a { background-color: rgb(73,136,188); }

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

border-color css

<style>
 span { border-color: #4988BC; }

 span { border-color: rgb(73,136,188); }

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