#4987AF

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

Shades of Steel Blue #4987AF

Tints of Steel Blue #4987AF

Color information

#4987AF (or 0x4987AF) is unknown color: approx Steel Blue. HEX triplet: 49, 87 and AF. RGB value is (73,135,175). Sum of RGB (Red+Green+Blue) = 73+135+175=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #4987AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4987AF is #B67850. Grayscale: #787878. Windows color (decimal): -11958353 or 11503433. OLE color: 11503433.

HSL color Cylindrical-coordinate representation of color #4987AF: hue angle of 203.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4987AF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73135175-
CMYK0.580.2300.31
HSL203.53º41.13%48.63%-
HSV(B)203.53º58.29%68.63%-
XYZ19.1521.8443.76-
YUV121.02158.4693.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=19.06%
G=35.25%
B=45.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731351750.580.2300.31203.5341.1348.63
Hex4987AF3A1701Fcc2931
Octal11120725772270373145161
Binary100100110000111101011111110101011101111111001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4987AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4987AF; }

 p { color: rgb(73,135,175); }

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

<style>
 a { background-color: #4987AF; }

 a { background-color: rgb(73,135,175); }

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

<style>
 span { border-color: #4987AF; }

 span { border-color: rgb(73,135,175); }

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