#487FB1

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

Shades of Steel Blue #487FB1

Tints of Steel Blue #487FB1

Color information

#487FB1 (or 0x487FB1) is unknown color: approx Steel Blue. HEX triplet: 48, 7F and B1. RGB value is (72,127,177). Sum of RGB (Red+Green+Blue) = 72+127+177=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #487FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FB1 is #B7804E. Grayscale: #737373. Windows color (decimal): -12025935 or 11632456. OLE color: 11632456.

HSL color Cylindrical-coordinate representation of color #487FB1: hue angle of 208.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487FB1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72127177-
CMYK0.590.2800.31
HSL208.57º42.17%48.82%-
HSV(B)208.57º59.32%69.41%-
XYZ18.219.7344.44-
YUV116.26162.2896.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=19.15%
G=33.78%
B=47.07%

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
Decimal721271770.590.2800.31208.5742.1748.82
Hex487FB13B1C01Fd12a31
Octal11017726173340373215261
Binary10010001111111101100011110111110001111111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,127,177); }

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

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

 a { background-color: rgb(72,127,177); }

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

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

 span { border-color: rgb(72,127,177); }

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