#4972BB

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

Shades of Steel Blue #4972BB

Tints of Steel Blue #4972BB

Color information

#4972BB (or 0x4972BB) is unknown color: approx Steel Blue. HEX triplet: 49, 72 and BB. RGB value is (73,114,187). Sum of RGB (Red+Green+Blue) = 73+114+187=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4972BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972BB is #B68D44. Grayscale: #6D6D6D. Windows color (decimal): -11963717 or 12284489. OLE color: 12284489.

HSL color Cylindrical-coordinate representation of color #4972BB: hue angle of 218.42º degrees, saturation: 0.46, 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 #4972BB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73114187-
CMYK0.610.3900.27
HSL218.42º45.6%50.98%-
HSV(B)218.42º60.96%73.33%-
XYZ17.7317.0449.37-
YUV110.06171.42101.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 187 (73.44% from 255) = 50%
R=19.52%
G=30.48%
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
Decimal731141870.610.3900.27218.4245.650.98
Hex4972BB3D2701Bda2e33
Octal11116227375470333325663
Binary100100111100101011101111110110011101101111011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4972BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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