#4B89AF

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

Shades of Steel Blue #4B89AF

Tints of Steel Blue #4B89AF

Color information

#4B89AF (or 0x4B89AF) is unknown color: approx Steel Blue. HEX triplet: 4B, 89 and AF. RGB value is (75,137,175). Sum of RGB (Red+Green+Blue) = 75+137+175=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B89AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B89AF is #B47650. Grayscale: #7A7A7A. Windows color (decimal): -11826769 or 11503947. OLE color: 11503947.

HSL color Cylindrical-coordinate representation of color #4B89AF: hue angle of 202.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B89AF is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75137175-
CMYK0.570.2200.31
HSL202.8º40%49.02%-
HSV(B)202.8º57.14%68.63%-
XYZ19.5922.4843.86-
YUV122.79157.4693.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=19.38%
G=35.40%
B=45.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751371750.570.2200.31202.84049.02
Hex4B89AF391601Fcb2831
Octal11321125771260373135061
Binary100101110001001101011111110011011001111111001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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