#487DAC

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

Shades of Steel Blue #487DAC

Tints of Steel Blue #487DAC

Color information

#487DAC (or 0x487DAC) is unknown color: approx Steel Blue. HEX triplet: 48, 7D and AC. RGB value is (72,125,172). Sum of RGB (Red+Green+Blue) = 72+125+172=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #487DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DAC is #B78253. Grayscale: #727272. Windows color (decimal): -12026452 or 11304264. OLE color: 11304264.

HSL color Cylindrical-coordinate representation of color #487DAC: hue angle of 208.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487DAC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72125172-
CMYK0.580.2700.33
HSL208.2º40.98%47.84%-
HSV(B)208.2º58.14%67.45%-
XYZ17.4519.0241.78-
YUV114.51160.4497.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=19.51%
G=33.88%
B=46.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721251720.580.2700.33208.240.9847.84
Hex487DAC3A1B021d02930
Octal11017525472330413205160
Binary100100011111011010110011101011011010000111010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,125,172); }

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

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

 a { background-color: rgb(72,125,172); }

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

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

 span { border-color: rgb(72,125,172); }

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