#4980A6

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

Shades of Steel Blue #4980A6

Tints of Steel Blue #4980A6

Color information

#4980A6 (or 0x4980A6) is unknown color: approx Steel Blue. HEX triplet: 49, 80 and A6. RGB value is (73,128,166). Sum of RGB (Red+Green+Blue) = 73+128+166=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #4980A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4980A6 is #B67F59. Grayscale: #737373. Windows color (decimal): -11960154 or 10911817. OLE color: 10911817.

HSL color Cylindrical-coordinate representation of color #4980A6: hue angle of 204.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4980A6 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73128166-
CMYK0.560.2300.35
HSL204.52º38.91%46.86%-
HSV(B)204.52º56.02%65.1%-
XYZ17.3519.6138.95-
YUV115.89156.2897.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=19.89%
G=34.88%
B=45.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731281660.560.2300.35204.5238.9146.86
Hex4980A63817023cd272f
Octal11120024670270433154757
Binary1001001100000001010011011100010111010001111001101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4980A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4980A6; }

 p { color: rgb(73,128,166); }

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

<style>
 a { background-color: #4980A6; }

 a { background-color: rgb(73,128,166); }

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

<style>
 span { border-color: #4980A6; }

 span { border-color: rgb(73,128,166); }

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