#487AB2

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

Shades of Steel Blue #487AB2

Tints of Steel Blue #487AB2

Color information

#487AB2 (or 0x487AB2) is unknown color: approx Steel Blue. HEX triplet: 48, 7A and B2. RGB value is (72,122,178). Sum of RGB (Red+Green+Blue) = 72+122+178=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #487AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AB2 is #B7854D. Grayscale: #717171. Windows color (decimal): -12027214 or 11696712. OLE color: 11696712.

HSL color Cylindrical-coordinate representation of color #487AB2: hue angle of 211.7º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487AB2 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72122178-
CMYK0.600.3100.30
HSL211.7º42.4%49.02%-
HSV(B)211.7º59.55%69.8%-
XYZ17.6718.5144.76-
YUV113.43164.4498.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=19.35%
G=32.80%
B=47.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721221780.600.3100.30211.742.449.02
Hex487AB23C1F01Ed42a31
Octal11017226274370363245261
Binary10010001111010101100101111001111101111011010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,122,178); }

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

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

 a { background-color: rgb(72,122,178); }

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

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

 span { border-color: rgb(72,122,178); }

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