#487EB7

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

Shades of Steel Blue #487EB7

Tints of Steel Blue #487EB7

Color information

#487EB7 (or 0x487EB7) is unknown color: approx Steel Blue. HEX triplet: 48, 7E and B7. RGB value is (72,126,183). Sum of RGB (Red+Green+Blue) = 72+126+183=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #487EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EB7 is #B78148. Grayscale: #747474. Windows color (decimal): -12026185 or 12025416. OLE color: 12025416.

HSL color Cylindrical-coordinate representation of color #487EB7: hue angle of 210.81º 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 #487EB7 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72126183-
CMYK0.610.3100.28
HSL210.81º43.53%50%-
HSV(B)210.81º60.66%71.76%-
XYZ18.6819.7247.62-
YUV116.35165.6196.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=18.90%
G=33.07%
B=48.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721261830.610.3100.28210.8143.5350
Hex487EB73D1F01Cd32c32
Octal11017626775370343235462
Binary10010001111110101101111111011111101110011010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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