#4988B3

Color #4988B3 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4988B3

Tints of Steel Blue #4988B3

Color information

#4988B3 (or 0x4988B3) is unknown color: approx Steel Blue. HEX triplet: 49, 88 and B3. RGB value is (73,136,179). Sum of RGB (Red+Green+Blue) = 73+136+179=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #4988B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988B3 is #B6774C. Grayscale: #797979. Windows color (decimal): -11958093 or 11765833. OLE color: 11765833.

HSL color Cylindrical-coordinate representation of color #4988B3: hue angle of 204.34º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4988B3 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB73136179-
CMYK0.590.2400.30
HSL204.34º42.06%49.41%-
HSV(B)204.34º59.22%70.2%-
XYZ19.6922.2845.91-
YUV122.06160.1393-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.81%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=18.81%
G=35.05%
B=46.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731361790.590.2400.30204.3442.0649.41
Hex4988B33B1801Ecc2a31
Octal11121026373300363145261
Binary100100110001000101100111110111100001111011001100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4988B3;
 }
 .AnyTagClassName
 {
   color: #4988B3;
 }
</style>
background-color css

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

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

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

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

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

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