#4981AD

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

Shades of Steel Blue #4981AD

Tints of Steel Blue #4981AD

Color information

#4981AD (or 0x4981AD) is unknown color: approx Steel Blue. HEX triplet: 49, 81 and AD. RGB value is (73,129,173). Sum of RGB (Red+Green+Blue) = 73+129+173=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4981AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AD is #B67E52. Grayscale: #757575. Windows color (decimal): -11959891 or 11370825. OLE color: 11370825.

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

Color convert

RGB73129173-
CMYK0.580.2500.32
HSL206.4º40.65%48.24%-
HSV(B)206.4º57.8%67.84%-
XYZ18.1420.1342.47-
YUV117.27159.4596.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=19.47%
G=34.4%
B=46.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731291730.580.2500.32206.440.6548.24
Hex4981AD3A19020ce2930
Octal11120125572310403165160
Binary1001001100000011010110111101011001010000011001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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