#4971BA

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

Shades of Steel Blue #4971BA

Tints of Steel Blue #4971BA

Color information

#4971BA (or 0x4971BA) is unknown color: approx Steel Blue. HEX triplet: 49, 71 and BA. RGB value is (73,113,186). Sum of RGB (Red+Green+Blue) = 73+113+186=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4971BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971BA is #B68E45. Grayscale: #6D6D6D. Windows color (decimal): -11963974 or 12218697. OLE color: 12218697.

HSL color Cylindrical-coordinate representation of color #4971BA: hue angle of 218.76º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4971BA is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73113186-
CMYK0.610.3900.27
HSL218.76º45.02%50.78%-
HSV(B)218.76º60.75%72.94%-
XYZ17.5216.7748.77-
YUV109.36171.25102.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 186 (73.05% from 255) = 50%
R=19.62%
G=30.38%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731131860.610.3900.27218.7645.0250.78
Hex4971BA3D2701Bdb2d33
Octal11116127275470333335563
Binary100100111100011011101011110110011101101111011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4971BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4971BA; }

 p { color: rgb(73,113,186); }

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

<style>
 a { background-color: #4971BA; }

 a { background-color: rgb(73,113,186); }

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

<style>
 span { border-color: #4971BA; }

 span { border-color: rgb(73,113,186); }

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