#4982AC

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

Shades of Steel Blue #4982AC

Tints of Steel Blue #4982AC

Color information

#4982AC (or 0x4982AC) is unknown color: approx Steel Blue. HEX triplet: 49, 82 and AC. RGB value is (73,130,172). Sum of RGB (Red+Green+Blue) = 73+130+172=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #4982AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4982AC is #B67D53. Grayscale: #757575. Windows color (decimal): -11959636 or 11305545. OLE color: 11305545.

HSL color Cylindrical-coordinate representation of color #4982AC: hue angle of 205.45º degrees, saturation: 0.4, 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 #4982AC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73130172-
CMYK0.580.2400.33
HSL205.45º40.41%48.04%-
HSV(B)205.45º57.56%67.45%-
XYZ18.1820.3642-
YUV117.74158.6296.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=19.47%
G=34.67%
B=45.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731301720.580.2400.33205.4540.4148.04
Hex4982AC3A18021cd2830
Octal11120225472300413155060
Binary1001001100000101010110011101011000010000111001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4982AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4982AC; }

 p { color: rgb(73,130,172); }

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

<style>
 a { background-color: #4982AC; }

 a { background-color: rgb(73,130,172); }

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

<style>
 span { border-color: #4982AC; }

 span { border-color: rgb(73,130,172); }

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