#487DAE

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

Shades of Steel Blue #487DAE

Tints of Steel Blue #487DAE

Color information

#487DAE (or 0x487DAE) is unknown color: approx Steel Blue. HEX triplet: 48, 7D and AE. RGB value is (72,125,174). Sum of RGB (Red+Green+Blue) = 72+125+174=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #487DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DAE is #B78251. Grayscale: #727272. Windows color (decimal): -12026450 or 11435336. OLE color: 11435336.

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

Color convert

RGB72125174-
CMYK0.590.2800.32
HSL208.82º41.46%48.24%-
HSV(B)208.82º58.62%68.24%-
XYZ17.6519.142.8-
YUV114.74161.4497.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=19.41%
G=33.69%
B=46.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721251740.590.2800.32208.8241.4648.24
Hex487DAE3B1C020d12930
Octal11017525673340403215160
Binary100100011111011010111011101111100010000011010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,125,174); }

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

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

 a { background-color: rgb(72,125,174); }

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

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

 span { border-color: rgb(72,125,174); }

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