#4983AA

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

Shades of Steel Blue #4983AA

Tints of Steel Blue #4983AA

Color information

#4983AA (or 0x4983AA) is unknown color: approx Steel Blue. HEX triplet: 49, 83 and AA. RGB value is (73,131,170). Sum of RGB (Red+Green+Blue) = 73+131+170=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4983AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4983AA is #B67C55. Grayscale: #757575. Windows color (decimal): -11959382 or 11174729. OLE color: 11174729.

HSL color Cylindrical-coordinate representation of color #4983AA: hue angle of 204.12º 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 #4983AA is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73131170-
CMYK0.570.2300.33
HSL204.12º39.92%47.65%-
HSV(B)204.12º57.06%66.67%-
XYZ18.1220.5541.04-
YUV118.1157.2895.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=19.52%
G=35.03%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731311700.570.2300.33204.1239.9247.65
Hex4983AA3917021cc2830
Octal11120325271270413145060
Binary1001001100000111010101011100110111010000111001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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