#4973BB

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

Shades of Steel Blue #4973BB

Tints of Steel Blue #4973BB

Color information

#4973BB (or 0x4973BB) is unknown color: approx Steel Blue. HEX triplet: 49, 73 and BB. RGB value is (73,115,187). Sum of RGB (Red+Green+Blue) = 73+115+187=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4973BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BB is #B68C44. Grayscale: #6E6E6E. Windows color (decimal): -11963461 or 12284745. OLE color: 12284745.

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

Color convert

RGB73115187-
CMYK0.610.3900.27
HSL217.89º45.6%50.98%-
HSV(B)217.89º60.96%73.33%-
XYZ17.8517.2749.41-
YUV110.65171.09101.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=19.47%
G=30.67%
B=49.87%

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
Decimal731151870.610.3900.27217.8945.650.98
Hex4973BB3D2701Bda2e33
Octal11116327375470333325663
Binary100100111100111011101111110110011101101111011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4973BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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