#487CB9

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

Shades of Steel Blue #487CB9

Tints of Steel Blue #487CB9

Color information

#487CB9 (or 0x487CB9) is unknown color: approx Steel Blue. HEX triplet: 48, 7C and B9. RGB value is (72,124,185). Sum of RGB (Red+Green+Blue) = 72+124+185=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #487CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CB9 is #B78346. Grayscale: #737373. Windows color (decimal): -12026695 or 12155976. OLE color: 12155976.

HSL color Cylindrical-coordinate representation of color #487CB9: hue angle of 212.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487CB9 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72124185-
CMYK0.610.3300.27
HSL212.39º44.66%50.39%-
HSV(B)212.39º61.08%72.55%-
XYZ18.6419.348.64-
YUV115.41167.2797.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=18.90%
G=32.55%
B=48.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721241850.610.3300.27212.3944.6650.39
Hex487CB93D2101Bd42d32
Octal11017427175410333245562
Binary100100011111001011100111110110000101101111010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,124,185); }

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

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

 a { background-color: rgb(72,124,185); }

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

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

 span { border-color: rgb(72,124,185); }

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