#487EB4

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

Shades of Steel Blue #487EB4

Tints of Steel Blue #487EB4

Color information

#487EB4 (or 0x487EB4) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and B4. RGB value is (72,126,180). Sum of RGB (Red+Green+Blue) = 72+126+180=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #487EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EB4 is #B7814B. Grayscale: #737373. Windows color (decimal): -12026188 or 11828808. OLE color: 11828808.

HSL color Cylindrical-coordinate representation of color #487EB4: hue angle of 210º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487EB4 is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72126180-
CMYK0.600.300.29
HSL210º42.86%49.41%-
HSV(B)210º60%70.59%-
XYZ18.3719.5945.99-
YUV116.01164.1196.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=19.05%
G=33.33%
B=47.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721261800.600.300.2921042.8649.41
Hex487EB43C1E01Dd22b31
Octal11017626474360353225361
Binary10010001111110101101001111001111001110111010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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