#4981AE

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

Shades of Steel Blue #4981AE

Tints of Steel Blue #4981AE

Color information

#4981AE (or 0x4981AE) is unknown color: approx Steel Blue. HEX triplet: 49, 81 and AE. RGB value is (73,129,174). Sum of RGB (Red+Green+Blue) = 73+129+174=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4981AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AE is #B67E51. Grayscale: #757575. Windows color (decimal): -11959890 or 11436361. OLE color: 11436361.

HSL color Cylindrical-coordinate representation of color #4981AE: hue angle of 206.73º 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 #4981AE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73129174-
CMYK0.580.2600.32
HSL206.73º40.89%48.43%-
HSV(B)206.73º58.05%68.24%-
XYZ18.2420.1742.98-
YUV117.39159.9596.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=19.41%
G=34.31%
B=46.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731291740.580.2600.32206.7340.8948.43
Hex4981AE3A1A020cf2930
Octal11120125672320403175160
Binary1001001100000011010111011101011010010000011001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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