#4985AA

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

Shades of Steel Blue #4985AA

Tints of Steel Blue #4985AA

Color information

#4985AA (or 0x4985AA) is unknown color: approx Steel Blue. HEX triplet: 49, 85 and AA. RGB value is (73,133,170). Sum of RGB (Red+Green+Blue) = 73+133+170=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #4985AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4985AA is #B67A55. Grayscale: #777777. Windows color (decimal): -11958870 or 11175241. OLE color: 11175241.

HSL color Cylindrical-coordinate representation of color #4985AA: hue angle of 202.89º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4985AA is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73133170-
CMYK0.570.2200.33
HSL202.89º39.92%47.65%-
HSV(B)202.89º57.06%66.67%-
XYZ18.3921.0941.13-
YUV119.28156.6294.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=19.41%
G=35.37%
B=45.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731331700.570.2200.33202.8939.9247.65
Hex4985AA3916021cb2830
Octal11120525271260413135060
Binary1001001100001011010101011100110110010000111001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4985AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4985AA; }

 p { color: rgb(73,133,170); }

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

<style>
 a { background-color: #4985AA; }

 a { background-color: rgb(73,133,170); }

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

<style>
 span { border-color: #4985AA; }

 span { border-color: rgb(73,133,170); }

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