#487BB2

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

Shades of Steel Blue #487BB2

Tints of Steel Blue #487BB2

Color information

#487BB2 (or 0x487BB2) is unknown color: approx Steel Blue. HEX triplet: 48, 7B and B2. RGB value is (72,123,178). Sum of RGB (Red+Green+Blue) = 72+123+178=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #487BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BB2 is #B7844D. Grayscale: #717171. Windows color (decimal): -12026958 or 11696968. OLE color: 11696968.

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

Color convert

RGB72123178-
CMYK0.600.3100.30
HSL211.13º42.4%49.02%-
HSV(B)211.13º59.55%69.8%-
XYZ17.7918.7644.8-
YUV114.02164.198.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=19.30%
G=32.98%
B=47.72%

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
Decimal721231780.600.3100.30211.1342.449.02
Hex487BB23C1F01Ed32a31
Octal11017326274370363235261
Binary10010001111011101100101111001111101111011010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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