#487EB8

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

Shades of Steel Blue #487EB8

Tints of Steel Blue #487EB8

Color information

#487EB8 (or 0x487EB8) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and B8. RGB value is (72,126,184). Sum of RGB (Red+Green+Blue) = 72+126+184=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #487EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EB8 is #B78147. Grayscale: #747474. Windows color (decimal): -12026184 or 12090952. OLE color: 12090952.

HSL color Cylindrical-coordinate representation of color #487EB8: hue angle of 211.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487EB8 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72126184-
CMYK0.610.3200.28
HSL211.07º44.09%50.2%-
HSV(B)211.07º60.87%72.16%-
XYZ18.7919.7648.17-
YUV116.47166.1196.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 184 (72.27% from 255) = 48.17%
R=18.85%
G=32.98%
B=48.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721261840.610.3200.28211.0744.0950.2
Hex487EB83D2001Cd32c32
Octal11017627075400343235462
Binary100100011111101011100011110110000001110011010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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