#487EA3

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

Shades of Steel Blue #487EA3

Tints of Steel Blue #487EA3

Color information

#487EA3 (or 0x487EA3) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and A3. RGB value is (72,126,163). Sum of RGB (Red+Green+Blue) = 72+126+163=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 163 - color contains mainly: blue. Hex color #487EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EA3 is #B7815C. Grayscale: #717171. Windows color (decimal): -12026205 or 10714696. OLE color: 10714696.

HSL color Cylindrical-coordinate representation of color #487EA3: hue angle of 204.4º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487EA3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72126163-
CMYK0.560.2300.36
HSL204.4º38.72%46.08%-
HSV(B)204.4º55.83%63.92%-
XYZ16.7418.9437.42-
YUV114.07155.6197.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=19.94%
G=34.90%
B=45.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721261630.560.2300.36204.438.7246.08
Hex487EA33817024cc272e
Octal11017624370270443144756
Binary100100011111101010001111100010111010010011001100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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