#4972b6

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

Shades of Steel Blue #4972B6

Tints of Steel Blue #4972B6

Color information

#4972B6 (or 0x4972B6) is unknown color: approx Steel Blue. HEX triplet: 49, 72 and B6. RGB value is (73,114,182). Sum of RGB (Red+Green+Blue) = 73+114+182=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #4972B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972B6 is #B68D49. Grayscale: #6D6D6D. Windows color (decimal): -11963722 or 11956809. OLE color: 11956809.

HSL color Cylindrical-coordinate representation of color #4972B6: hue angle of 217.43º 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 #4972B6 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73114182-
CMYK0.600.3700.29
HSL217.43º42.75%50%-
HSV(B)217.43º59.89%71.37%-
XYZ17.2116.8346.6-
YUV109.49168.92101.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 182 (71.48% from 255) = 49.32%
R=19.78%
G=30.89%
B=49.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731141820.600.3700.29217.4342.7550
Hex4972B63C2501Dd92b32
Octal11116226674450353315362
Binary100100111100101011011011110010010101110111011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4972b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4972b6; }

 p { color: rgb(73,114,182); }

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

<style>
 a { background-color: #4972b6; }

 a { background-color: rgb(73,114,182); }

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

<style>
 span { border-color: #4972b6; }

 span { border-color: rgb(73,114,182); }

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