#4573BA

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

Shades of Steel Blue #4573BA

Tints of Steel Blue #4573BA

Color information

#4573BA (or 0x4573BA) is unknown color: approx Steel Blue. HEX triplet: 45, 73 and BA. RGB value is (69,115,186). Sum of RGB (Red+Green+Blue) = 69+115+186=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4573BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BA is #BA8C45. Grayscale: #6D6D6D. Windows color (decimal): -12225606 or 12219205. OLE color: 12219205.

HSL color Cylindrical-coordinate representation of color #4573BA: hue angle of 216.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4573BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69115186-
CMYK0.630.3800.27
HSL216.41º45.88%50%-
HSV(B)216.41º62.9%72.94%-
XYZ17.4517.0748.83-
YUV109.34171.2699.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=18.65%
G=31.08%
B=50.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691151860.630.3800.27216.4145.8850
Hex4573BA3F2601Bd82e32
Octal10516327277460333305662
Binary100010111100111011101011111110011001101111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,115,186); }

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

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

 a { background-color: rgb(69,115,186); }

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

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

 span { border-color: rgb(69,115,186); }

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