#487EB1

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

Shades of Steel Blue #487EB1

Tints of Steel Blue #487EB1

Color information

#487EB1 (or 0x487EB1) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and B1. RGB value is (72,126,177). Sum of RGB (Red+Green+Blue) = 72+126+177=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #487EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487EB1 is #B7814E. Grayscale: #737373. Windows color (decimal): -12026191 or 11632200. OLE color: 11632200.

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

Color convert

RGB72126177-
CMYK0.590.2900.31
HSL209.14º42.17%48.82%-
HSV(B)209.14º59.32%69.41%-
XYZ18.0719.4744.4-
YUV115.67162.6196.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=19.2%
G=33.6%
B=47.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721261770.590.2900.31209.1442.1748.82
Hex487EB13B1D01Fd12a31
Octal11017626173350373215261
Binary10010001111110101100011110111110101111111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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