#487EAF

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

Shades of Steel Blue #487EAF

Tints of Steel Blue #487EAF

Color information

#487EAF (or 0x487EAF) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and AF. RGB value is (72,126,175). Sum of RGB (Red+Green+Blue) = 72+126+175=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #487EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EAF is #B78150. Grayscale: #737373. Windows color (decimal): -12026193 or 11501128. OLE color: 11501128.

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

Color convert

RGB72126175-
CMYK0.590.2800.31
HSL208.54º41.7%48.43%-
HSV(B)208.54º58.86%68.63%-
XYZ17.8719.3943.36-
YUV115.44161.6197.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=19.30%
G=33.78%
B=46.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721261750.590.2800.31208.5441.748.43
Hex487EAF3B1C01Fd12a30
Octal11017625773340373215260
Binary10010001111110101011111110111110001111111010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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