#487FAF

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

Shades of Steel Blue #487FAF

Tints of Steel Blue #487FAF

Color information

#487FAF (or 0x487FAF) is unknown color: approx Steel Blue. HEX triplet: 48, 7F and AF. RGB value is (72,127,175). Sum of RGB (Red+Green+Blue) = 72+127+175=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #487FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAF is #B78050. Grayscale: #737373. Windows color (decimal): -12025937 or 11501384. OLE color: 11501384.

HSL color Cylindrical-coordinate representation of color #487FAF: hue angle of 207.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487FAF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72127175-
CMYK0.590.2700.31
HSL207.96º41.7%48.43%-
HSV(B)207.96º58.86%68.63%-
XYZ1819.6543.4-
YUV116.03161.2896.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=19.25%
G=33.96%
B=46.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721271750.590.2700.31207.9641.748.43
Hex487FAF3B1B01Fd02a30
Octal11017725773330373205260
Binary10010001111111101011111110111101101111111010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487FAF; }

 p { color: rgb(72,127,175); }

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

<style>
 a { background-color: #487FAF; }

 a { background-color: rgb(72,127,175); }

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

<style>
 span { border-color: #487FAF; }

 span { border-color: rgb(72,127,175); }

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