#4988BE

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

Shades of Steel Blue #4988BE

Tints of Steel Blue #4988BE

Color information

#4988BE (or 0x4988BE) is unknown color: approx Steel Blue. HEX triplet: 49, 88 and BE. RGB value is (73,136,190). Sum of RGB (Red+Green+Blue) = 73+136+190=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #4988BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988BE is #B67741. Grayscale: #7B7B7B. Windows color (decimal): -11958082 or 12486729. OLE color: 12486729.

HSL color Cylindrical-coordinate representation of color #4988BE: hue angle of 207.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4988BE is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73136190-
CMYK0.620.2800.25
HSL207.69º47.37%51.57%-
HSV(B)207.69º61.58%74.51%-
XYZ20.8522.7452.01-
YUV123.32165.6392.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=18.30%
G=34.09%
B=47.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731361900.620.2800.25207.6947.3751.57
Hex4988BE3E1C019d02f34
Octal11121027676340313205764
Binary100100110001000101111101111101110001100111010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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