#4981AB

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

Shades of Steel Blue #4981AB

Tints of Steel Blue #4981AB

Color information

#4981AB (or 0x4981AB) is unknown color: approx Steel Blue. HEX triplet: 49, 81 and AB. RGB value is (73,129,171). Sum of RGB (Red+Green+Blue) = 73+129+171=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #4981AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981AB is #B67E54. Grayscale: #747474. Windows color (decimal): -11959893 or 11239753. OLE color: 11239753.

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

Color convert

RGB73129171-
CMYK0.570.2500.33
HSL205.71º40.16%47.84%-
HSV(B)205.71º57.31%67.06%-
XYZ17.9520.0641.45-
YUV117.04158.4596.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=19.57%
G=34.58%
B=45.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731291710.570.2500.33205.7140.1647.84
Hex4981AB3919021ce2830
Octal11120125371310413165060
Binary1001001100000011010101111100111001010000111001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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