#4981AF

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

Shades of Steel Blue #4981AF

Tints of Steel Blue #4981AF

Color information

#4981AF (or 0x4981AF) is unknown color: approx Steel Blue. HEX triplet: 49, 81 and AF. RGB value is (73,129,175). Sum of RGB (Red+Green+Blue) = 73+129+175=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #4981AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AF is #B67E50. Grayscale: #757575. Windows color (decimal): -11959889 or 11501897. OLE color: 11501897.

HSL color Cylindrical-coordinate representation of color #4981AF: hue angle of 207.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4981AF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73129175-
CMYK0.580.2600.31
HSL207.06º41.13%48.63%-
HSV(B)207.06º58.29%68.63%-
XYZ18.3420.2143.49-
YUV117.5160.4596.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=19.36%
G=34.22%
B=46.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731291750.580.2600.31207.0641.1348.63
Hex4981AF3A1A01Fcf2931
Octal11120125772320373175161
Binary100100110000001101011111110101101001111111001111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4981AF; }

 p { color: rgb(73,129,175); }

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

<style>
 a { background-color: #4981AF; }

 a { background-color: rgb(73,129,175); }

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

<style>
 span { border-color: #4981AF; }

 span { border-color: rgb(73,129,175); }

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