#487BAF

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

Shades of Steel Blue #487BAF

Tints of Steel Blue #487BAF

Color information

#487BAF (or 0x487BAF) is unknown color: approx Steel Blue. HEX triplet: 48, 7B and AF. RGB value is (72,123,175). Sum of RGB (Red+Green+Blue) = 72+123+175=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #487BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BAF is #B78450. Grayscale: #717171. Windows color (decimal): -12026961 or 11500360. OLE color: 11500360.

HSL color Cylindrical-coordinate representation of color #487BAF: hue angle of 210.29º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487BAF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72123175-
CMYK0.590.3000.31
HSL210.29º41.7%48.43%-
HSV(B)210.29º58.86%68.63%-
XYZ17.4918.6443.23-
YUV113.68162.698.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=19.46%
G=33.24%
B=47.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721231750.590.3000.31210.2941.748.43
Hex487BAF3B1E01Fd22a30
Octal11017325773360373225260
Binary10010001111011101011111110111111001111111010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,123,175); }

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

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

 a { background-color: rgb(72,123,175); }

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

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

 span { border-color: rgb(72,123,175); }

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