#4B89B3

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

Shades of Steel Blue #4B89B3

Tints of Steel Blue #4B89B3

Color information

#4B89B3 (or 0x4B89B3) is unknown color: approx Steel Blue. HEX triplet: 4B, 89 and B3. RGB value is (75,137,179). Sum of RGB (Red+Green+Blue) = 75+137+179=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B89B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B89B3 is #B4764C. Grayscale: #7B7B7B. Windows color (decimal): -11826765 or 11766091. OLE color: 11766091.

HSL color Cylindrical-coordinate representation of color #4B89B3: hue angle of 204.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B89B3 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75137179-
CMYK0.580.2300.30
HSL204.23º40.94%49.8%-
HSV(B)204.23º58.1%70.2%-
XYZ19.9822.6445.96-
YUV123.25159.4693.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=19.18%
G=35.04%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751371790.580.2300.30204.2340.9449.8
Hex4B89B33A1701Ecc2932
Octal11321126372270363145162
Binary100101110001001101100111110101011101111011001100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B89B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B89B3; }

 p { color: rgb(75,137,179); }

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

<style>
 a { background-color: #4B89B3; }

 a { background-color: rgb(75,137,179); }

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

<style>
 span { border-color: #4B89B3; }

 span { border-color: rgb(75,137,179); }

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