#4c89b3

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

Shades of Steel Blue #4C89B3

Tints of Steel Blue #4C89B3

Color information

#4C89B3 (or 0x4C89B3) is unknown color: approx Steel Blue. HEX triplet: 4C, 89 and B3. RGB value is (76,137,179). Sum of RGB (Red+Green+Blue) = 76+137+179=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C89B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C89B3 is #B3764C. Grayscale: #7B7B7B. Windows color (decimal): -11761229 or 11766092. OLE color: 11766092.

HSL color Cylindrical-coordinate representation of color #4C89B3: hue angle of 204.47º degrees, saturation: 0.4, 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 #4C89B3 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB76137179-
CMYK0.580.2300.30
HSL204.47º40.39%50%-
HSV(B)204.47º57.54%70.2%-
XYZ20.0622.6845.97-
YUV123.55159.2994.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.39%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 179 (70.31% from 255) = 45.66%
R=19.39%
G=34.95%
B=45.66%

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
Decimal761371790.580.2300.30204.4740.3950
Hex4C89B33A1701Ecc2832
Octal11421126372270363145062
Binary100110010001001101100111110101011101111011001100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c89b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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