#487EB5

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

Shades of Steel Blue #487EB5

Tints of Steel Blue #487EB5

Color information

#487EB5 (or 0x487EB5) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and B5. RGB value is (72,126,181). Sum of RGB (Red+Green+Blue) = 72+126+181=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #487EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EB5 is #B7814A. Grayscale: #737373. Windows color (decimal): -12026187 or 11894344. OLE color: 11894344.

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

Color convert

RGB72126181-
CMYK0.600.3000.29
HSL210.28º43.08%49.61%-
HSV(B)210.28º60.22%70.98%-
XYZ18.4719.6446.53-
YUV116.12164.6196.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=19.00%
G=33.25%
B=47.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721261810.600.3000.29210.2843.0849.61
Hex487EB53C1E01Dd22b32
Octal11017626574360353225362
Binary10010001111110101101011111001111001110111010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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