#487EAE

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

Shades of Steel Blue #487EAE

Tints of Steel Blue #487EAE

Color information

#487EAE (or 0x487EAE) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and AE. RGB value is (72,126,174). Sum of RGB (Red+Green+Blue) = 72+126+174=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #487EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EAE is #B78151. Grayscale: #737373. Windows color (decimal): -12026194 or 11435592. OLE color: 11435592.

HSL color Cylindrical-coordinate representation of color #487EAE: hue angle of 208.24º 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 #487EAE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72126174-
CMYK0.590.2800.32
HSL208.24º41.46%48.24%-
HSV(B)208.24º58.62%68.24%-
XYZ17.7719.3642.84-
YUV115.33161.1197.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=19.35%
G=33.87%
B=46.77%

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
Decimal721261740.590.2800.32208.2441.4648.24
Hex487EAE3B1C020d02930
Octal11017625673340403205160
Binary100100011111101010111011101111100010000011010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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