#4976BA

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

Shades of Steel Blue #4976BA

Tints of Steel Blue #4976BA

Color information

#4976BA (or 0x4976BA) is unknown color: approx Steel Blue. HEX triplet: 49, 76 and BA. RGB value is (73,118,186). Sum of RGB (Red+Green+Blue) = 73+118+186=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #4976BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976BA is #B68945. Grayscale: #6F6F6F. Windows color (decimal): -11962694 or 12219977. OLE color: 12219977.

HSL color Cylindrical-coordinate representation of color #4976BA: hue angle of 216.11º 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 #4976BA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73118186-
CMYK0.610.3700.27
HSL216.11º45.02%50.78%-
HSV(B)216.11º60.75%72.94%-
XYZ18.0917.9248.96-
YUV112.3169.5999.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=19.36%
G=31.30%
B=49.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731181860.610.3700.27216.1145.0250.78
Hex4976BA3D2501Bd82d33
Octal11116627275450333305563
Binary100100111101101011101011110110010101101111011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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