#487CBA

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

Shades of Steel Blue #487CBA

Tints of Steel Blue #487CBA

Color information

#487CBA (or 0x487CBA) is unknown color: approx Steel Blue. HEX triplet: 48, 7C and BA. RGB value is (72,124,186). Sum of RGB (Red+Green+Blue) = 72+124+186=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #487CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBA is #B78345. Grayscale: #737373. Windows color (decimal): -12026694 or 12221512. OLE color: 12221512.

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

Color convert

RGB72124186-
CMYK0.610.3300.27
HSL212.63º45.24%50.59%-
HSV(B)212.63º61.29%72.94%-
XYZ18.7419.3449.2-
YUV115.52167.7796.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=18.85%
G=32.46%
B=48.69%

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
Decimal721241860.610.3300.27212.6345.2450.59
Hex487CBA3D2101Bd52d33
Octal11017427275410333255563
Binary100100011111001011101011110110000101101111010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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