#4971B5

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

Shades of Steel Blue #4971B5

Tints of Steel Blue #4971B5

Color information

#4971B5 (or 0x4971B5) is unknown color: approx Steel Blue. HEX triplet: 49, 71 and B5. RGB value is (73,113,181). Sum of RGB (Red+Green+Blue) = 73+113+181=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #4971B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971B5 is #B68E4A. Grayscale: #6C6C6C. Windows color (decimal): -11963979 or 11891017. OLE color: 11891017.

HSL color Cylindrical-coordinate representation of color #4971B5: hue angle of 217.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4971B5 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73113181-
CMYK0.600.3800.29
HSL217.78º42.52%49.8%-
HSV(B)217.78º59.67%70.98%-
XYZ16.9916.5646.02-
YUV108.79168.75102.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 181 (71.09% from 255) = 49.32%
R=19.89%
G=30.79%
B=49.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731131810.600.3800.29217.7842.5249.8
Hex4971B53C2601Dda2b32
Octal11116126574460353325362
Binary100100111100011011010111110010011001110111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4971B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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