#4987AD

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

Shades of Steel Blue #4987AD

Tints of Steel Blue #4987AD

Color information

#4987AD (or 0x4987AD) is unknown color: approx Steel Blue. HEX triplet: 49, 87 and AD. RGB value is (73,135,173). Sum of RGB (Red+Green+Blue) = 73+135+173=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #4987AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4987AD is #B67852. Grayscale: #787878. Windows color (decimal): -11958355 or 11372361. OLE color: 11372361.

HSL color Cylindrical-coordinate representation of color #4987AD: hue angle of 202.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4987AD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73135173-
CMYK0.580.2200.32
HSL202.8º40.65%48.24%-
HSV(B)202.8º57.8%67.84%-
XYZ18.9521.7642.74-
YUV120.79157.4693.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=19.16%
G=35.43%
B=45.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731351730.580.2200.32202.840.6548.24
Hex4987AD3A16020cb2930
Octal11120725572260403135160
Binary1001001100001111010110111101010110010000011001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4987AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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