#4984AE

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

Shades of Steel Blue #4984AE

Tints of Steel Blue #4984AE

Color information

#4984AE (or 0x4984AE) is unknown color: approx Steel Blue. HEX triplet: 49, 84 and AE. RGB value is (73,132,174). Sum of RGB (Red+Green+Blue) = 73+132+174=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #4984AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4984AE is #B67B51. Grayscale: #767676. Windows color (decimal): -11959122 or 11437129. OLE color: 11437129.

HSL color Cylindrical-coordinate representation of color #4984AE: hue angle of 204.95º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4984AE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73132174-
CMYK0.580.2400.32
HSL204.95º40.89%48.43%-
HSV(B)204.95º58.05%68.24%-
XYZ18.6420.9743.11-
YUV119.15158.9595.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=19.26%
G=34.83%
B=45.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731321740.580.2400.32204.9540.8948.43
Hex4984AE3A18020cd2930
Octal11120425672300403155160
Binary1001001100001001010111011101011000010000011001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4984AE; }

 p { color: rgb(73,132,174); }

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

<style>
 a { background-color: #4984AE; }

 a { background-color: rgb(73,132,174); }

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

<style>
 span { border-color: #4984AE; }

 span { border-color: rgb(73,132,174); }

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