#4988B4

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

Shades of Steel Blue #4988B4

Tints of Steel Blue #4988B4

Color information

#4988B4 (or 0x4988B4) is unknown color: approx Steel Blue. HEX triplet: 49, 88 and B4. RGB value is (73,136,180). Sum of RGB (Red+Green+Blue) = 73+136+180=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #4988B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988B4 is #B6774B. Grayscale: #797979. Windows color (decimal): -11958092 or 11831369. OLE color: 11831369.

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

Color convert

RGB73136180-
CMYK0.590.2400.29
HSL204.67º42.29%49.61%-
HSV(B)204.67º59.44%70.59%-
XYZ19.7922.3246.45-
YUV122.18160.6392.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=18.77%
G=34.96%
B=46.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731361800.590.2400.29204.6742.2949.61
Hex4988B43B1801Dcd2a32
Octal11121026473300353155262
Binary100100110001000101101001110111100001110111001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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